T
Tongzone
Unregistered / Unconfirmed
GUEST, unregistred user!
[?]Delphi6中是否可以调用Sybase Adaptive Server Anywhere7中的存贮过程?
各位大侠,我在ASA中有这样一个Student表:
sno sname
1 北京
2 上海
还有这样一个存储过程:
Create procedure dba.AAA_Select
as
begin
select* from student
end
我在Delphi中添加了一个StoredProc控件、一个DataSource、一个DBGrid
然后我把StoredProc的DatebaseName属性设为Student表所属别名,将StoredProcName属性
设为上述存储过程的名称AAA_Select。当我把StroedProc1的Active属性设为True时,
系统提示出错:Capability not supported.
难道Delphi6不能调用ASA7中编写的存储过程吗?
相同的代码select* from student写在MS SQL Server2000的存储过程中,然后在Delphi7
中进行相同的操作,DBGrid就可以立刻显示出Student表中的内容。
这是为什么呢?我应该怎样做呢?
100分相送!多谢啦!
各位大侠,我在ASA中有这样一个Student表:
sno sname
1 北京
2 上海
还有这样一个存储过程:
Create procedure dba.AAA_Select
as
begin
select* from student
end
我在Delphi中添加了一个StoredProc控件、一个DataSource、一个DBGrid
然后我把StoredProc的DatebaseName属性设为Student表所属别名,将StoredProcName属性
设为上述存储过程的名称AAA_Select。当我把StroedProc1的Active属性设为True时,
系统提示出错:Capability not supported.
难道Delphi6不能调用ASA7中编写的存储过程吗?
相同的代码select* from student写在MS SQL Server2000的存储过程中,然后在Delphi7
中进行相同的操作,DBGrid就可以立刻显示出Student表中的内容。
这是为什么呢?我应该怎样做呢?
100分相送!多谢啦!