Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro connection with Access
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00424112
Message ID:
00424221
Views:
16
oConn=CreateObject("ADOdb.Connection")

cProvider = 'Provider=Microsoft.Jet.OLEDB.4.0'
cConnectionString = 'Data Source=I:\EIS\ACCMTBLS\MASTER.MDB'
oConn.Open(cProvider+";"+cConnectionString )

nh=SQLCONNECT("MASTER.mdb")
lcsql="SELECT * from Claims Codes Detailed Descriptions"
IF SQLEXEC(nh,lcSql,"c_tcursor")>=0
BROWSE
ENDIF

What am I doing wrong, Help......
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform