Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access Remote Views
Message
 
To
31/05/2005 11:12:14
Robert Dinsmore
Dinsmore & Associates, Inc.
Lexington, Kentucky, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01018720
Message ID:
01018731
Views:
9
How did you "set up a connection to an Access mdb file"?
Anyway, the following works for me:

store SQLSTRINGCONNECT(;
'DBQ=c:\hi1.mdb;'+;
'DefaultDir=c:\;'+;
'Driver={Microsoft Access Driver (*.mdb)}');
TO gnConnHandle

?SQLTABLES(gnConnHandle)
?SQLEXEC(gnConnHandle, "select * from out")
....


>I set up a connection to an Access mdb file and created a remote view using one of the tables in the database. Whenever I attempt to use the view, a Select Database dialog appears asking for the .mdb file to use.
>
>How can I get this to be automatic so that the user does not get this dialog?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform