Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record set from SQL server Store Proc
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Record set from SQL server Store Proc
Miscellaneous
Thread ID:
00637626
Message ID:
00637626
Views:
39
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
Next
Reply
Map
View

Click here to load this message in the networking platform