Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record set from SQL server Store Proc
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Record set from SQL server Store Proc
Divers
Thread ID:
00637626
Message ID:
00637626
Vues:
40
Hi

Pl Any one help me, to get record set from SQL server store proc ?

Here is my code...

rs = CREATEOBJECT('ADODB.recordset')
rs.cursorType = 1
rs.OPEN(lcSQL,oConn)

rs is recordset object
oConn is connection object
lcsql is sql server store proc

When it is a simple select statement then it works fine , but when i use
lcSql as some store proc ( store proc has SQL statement and it will return
more than one record )

I do not know what i have to pass in OPEN method OR what to set in
recordset object... that will return me a recordset ( recordcount must be
> 0 )


Thanks
Mihir
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform