Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Database path in Access
Message
From
01/02/2008 07:35:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Database path in Access
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Oracle
Miscellaneous
Thread ID:
01287882
Message ID:
01287882
Views:
53
Dear Experts,

I use following procedure to connect MS Access database, this work fine in the directory shown in code as e:\asoft\db1
public myconnection
myconnection = sqlstringconnect("Driver={Microsoft Access Driver (*.mdb)};Dbq=e:\asoft\db1;Uid=admin;Pwd=")
* db1 is mdb name
sqlexec(myconnection,"select * from table1", 'cursor1')

if myconnection>0
	thisform.label5.caption="Connected"
else
	thisform.label5.caption="Not Connect"
endif
How to adjust following path

path1=Sys(5)+Alltrim(Sys(2003))

I try to use this line but it displays error

path1=Sys(5)+Alltrim(Sys(2003))
myconnection = sqlstringconnect("Driver={Microsoft Access Driver (*.mdb)};Dbq="+path1+"\asoft\db1;Uid=admin;Pwd=")
Next
Reply
Map
View

Click here to load this message in the networking platform