Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About CursorAdapter
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00814847
Message ID:
00814933
Views:
11
>Hi Again Mark,
>I'll try your suggestion about CA , for SPT subject is not clear yet i need some sample
>containing connectionstring,sqlexec() vs ...

The ConnectionString example you should already have.
lnHandle = SQLSTRINGCONNECT(lcConString)  && from thread I referenced
lnRetVal = SQLEXEC(lnHandle, 'select ... from mytable where ... order by ...', 'crsResults')

if lnRetVal < 1
   * failure
else
   * worked
endif
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform