Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorAdapter Class
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00726719
Message ID:
00727623
Views:
16
Terry,

Not sure what you mean by

"Do you have an empty cursor with a field structure?"

and

"Are the field definitions translating?"


As for your question "Are there records in the recordset?", not
that I can see. Thats why I'm not sure whats supposed to happen.
The ADO sections in the code example I posted appear to be correct,
so I'm not sure whats going on.

Here is a segment of code using the the same Provider and conn string
This works:
oConn 	= CREATEOBJECT("ADODB.Connection")
oRecSet	= CREATEOBJECT("ADODB.Recordset")

oConn.ConnectionString = ;
	"Provider=VFPOLEDB.1;Data Source=" +;
	"d:\projects\visual foxpro\bm\data\;" +;
	"Mode=ReadWrite|Share Deny None;"

oConn.Open()

oRecSet.ActiveConnection = oConn

oRecSet.Open("select * from clients")
So, what's wrong with the previous code I posted?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform