Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with cursors
Message
 
À
25/10/2001 04:58:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00573065
Message ID:
00573120
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform