Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dates and cursor Adapter
Message
From
12/05/2003 14:07:41
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00787394
Message ID:
00787435
Views:
16
Thanks,

I'll check into your class. In the meantime I did a little test, it connects to the database and I get no errors but no cursor is created. Also how do I name a cursor?


lo = NEWOBJECT("testcursoradapter")

lo.DataSource = "Driver=SQL Server;Server=DEVTEST;DATABASE=TESTDB"

lnConnect = SQLSTRINGCONNECT(lo.DataSource)

lo.SelectCmd = "SELECT nPA_id,tFollowup_Dt FROM PA_TEST"

lo.CursorSchema = "col1 n, col2 D"

lo.CursorFill()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform