Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create connection and Create Sql View command help.....
Message
De
09/09/2000 03:55:15
 
 
À
07/09/2000 17:40:40
Tom Gahagan
Alliance Computer Solutions
Thomaston, Georgie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00413921
Message ID:
00414573
Vues:
22
>When I run the following code I get the VFP... Select Data Source dialog.... for each command. Can anyone give me direction as to what I need to change to keep this dialog from comeing up?
>
>open database sugar
>
>create connection myconnect connstring MS Access 97 Database;DBQ=C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VFP98\test.mdb;DefaultDir=C:\PROGRAM FILES\MICROSOFT VISUAL STUDIO\VFP98;DriverId=281;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;
>
>create sql view myview remote connection myconnect as select * from tom
>
>
>Thanks for your help.


Its asking for datasource and this means your connection string is invalid. I could see " " are missing in your connection string. Try enclosing your string inside these quotes.

Regards
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform