Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB 5 - ADO Problem
Message
From
26/11/1998 10:52:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VB 5 - ADO Problem
Miscellaneous
Thread ID:
00161785
Message ID:
00161785
Views:
48
This is not really the forum to discuss a VB problem but the following problem is really driving me crazy. The following statement works fine
Dim oRS as ADODB.RecordSet
Set oRS= New ADODB.RecordSet
oRS.Open "tablename", oConn ( oConn already opened)
however if I try
oRS.Open "SELECT * FROM tablename, oConn
I get an error! Further if I try the same thing in VFP 5.0, no error are generated. Any suggestions.

Thanks for the Help

Sonali
Next
Reply
Map
View

Click here to load this message in the networking platform