Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Access Remote Views
Message
 
À
31/05/2005 11:12:14
Robert Dinsmore
Dinsmore & Associates, Inc.
Lexington, Kentucky, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01018720
Message ID:
01018731
Vues:
10
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform