Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL cursor select problem
Message
From
20/07/2003 19:15:07
Alan Harris-Reid
Baseline Data Services
Devon, United Kingdom
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL cursor select problem
Miscellaneous
Thread ID:
00811876
Message ID:
00811876
Views:
37
I am trying to select a cursor from a MSDE database using the following code...

gnConnHandle = SQLCONNECT('KCHP') && returns 9
lnTest1 = SQLSETPROP(gnConnHandle, 'asynchronous', .F.) && returns 1 (ok)
lnTest2 = SQLEXEC(gnConnHandle, ;
'SELECT * FROM dbo.Policy WHERE cStatusId="C"', ;
'AA') && returns -1 (connection-level error)


No cursor is produced. I cannot fathom why the last line is failing. There are no error messages. Table dbo.Policy definitely exists in the database the connection is pointing to, as does the field cStatusId. Has anyone out there any idea what I might be missing?

TIA,
Alan Harris-Reid
Next
Reply
Map
View

Click here to load this message in the networking platform