I want to use a Stored procedure which use an
open CURSOR C1
fetch C1
perform some actions on data of C1
for instance, retrieving data from others tables
close C1
But I don't find a way to.
The only example is Resolution entry 315 from BO
ex: open C1 for select * from Table
But I...
Hello,
here is an example of the problem
we are previewing a report via VB6.
The report is constitued of
Main Report (parameters: @id, @name, sub1,sub2) based on a SQL Server 6.5 stored proc with 2 parameters (id and name)
sub1 and sub2 are added parameters (no contained in a stored proc)...
Hello, here is my problem
We have an application created with VB6 which launch several CR8 reports (main + subs) based on stored procedures in sqlserver 6.5
We are previewing the report several times whith differents parameters (2 or 3 differents persons for instance)
The main report refresh...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.