Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with cursors
Message
 
 
To
25/10/2001 04:58:41
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00573065
Message ID:
00573120
Views:
17
Alessio,


Yes, it is possible.

You need to use the ADO Connecton and Command objects.

The Connection object is used for connecting to the backend and the Command Object is used to execute the SP. The results are returned to an ADO recordset object.

For a primer on how to use these objects, check out the whitepaper I wrote for msdn: ADO Jumpstart for VFP Developers:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoxgen/html/adojump.asp?frame=true



>Hi,
>Is it possible to create a cursor in a Stored Procedure and to access it in ASP?
>I'll try to explain a little bit better:
>I'd like to call by ASP a Stored Procedure which creates a cursor and then access to this cursor by ASP
>I hope i explained my problem
>Thank u
>Alessio
Previous
Reply
Map
View

Click here to load this message in the networking platform