Chinaunix首页 | 论坛 | 博客
  • 博客访问: 465784
  • 博文数量: 724
  • 博客积分: 40000
  • 博客等级: 大将
  • 技术积分: 5010
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-13 14:47
文章分类

全部博文(724)

文章存档

2011年(1)

2008年(723)

我的朋友

分类:

2008-10-13 17:07:12

running:请教一个问题:
我创建了一个trigger,调用sp_testdll,想触发执行该存储过程,但是出了下面的一些错误信息提示,并不象你在文章中提到的可以调用。请问是什么原因?

服务器: 消息 15002,级别 16,状态 1,过程 sp_addextendedproc,行 12
不能在事务内部执行过程 'sp_addextendedproc'。
服务器: 消息 15002,级别 16,状态 1,过程 sp_addextendedproc,行 12
不能在事务内部执行过程 'sp_addextendedproc'。
服务器: 消息 2812,级别 16,状态 62,行 12
未能找到存储过程 'SetFileName'。
语句已终止。

(发表于2002-4-12 0:57:00)

请问这是什么错?:--------------------Configuration: StoreProc - Win32 Release--------------------
Compiling...
main.cpp
E:\qh_fwk\vc\th_unis\down_src\在存储过程中调用外部的动态连接库\main.cpp(29) : error C2065: 'srv_paraminfo' : undeclared identifier
Error executing cl.exe.

StoreProc.dll - 1 error(s), 0 warning(s)



(发表于2002-6-7 10:14:00)

richard chang:请问这是什么错?:--------------------Configuration: StoreProc - Win32 Release--------------------
Compiling...
main.cpp
E:\qh_fwk\vc\th_unis\down_src\在存储过程中调用外部的动态连接库\main.cpp(29) : error C2065: 'srv_paraminfo' : undeclared identifier
Error executing cl.exe.

StoreProc.dll - 1 error(s), 0 warning(s)
-------------------------------------------------

This fault is caused by using a wrong included head file , which is located in the second line of main.cpp.

#include 
it shoud be substituted by the following line:
#include "srv_net.h"
 


(发表于2002-8-30 10:41:00)

feifei2001:Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'SetFileName'. The stored procedure will still be created.
Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'addLine'. The stored procedure will still be created.
Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object 'addLine'. The stored procedure will still be created.

(发表于2003-1-9 18:32:00)

feifei2001:
有错误提示但是也正常了,不知道为何??



(发表于2003-1-9 18:34:00)

windcao:是不是只能用  SAMPLE DLL  用MFC 的总出错
(发表于2003-12-27 17:01:00)

..........................................................................
--------------------next---------------------

阅读(176) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~