Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trouble opening my SQL tables in my program
Message
De
29/07/2011 13:33:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Trouble opening my SQL tables in my program
Divers
Thread ID:
01519607
Message ID:
01519607
Vues:
82
Hello Community.

I recently changed my tables in a program from foxpro to sql 2005 (upsized them)

while i can create remote views fine an all im trying to convert this piece of class code

it used to be

USE datamain.dbc!useracess.dbf

but that cannot work cause im trying to get rid of .dbf

so im trying to use

Handle = SQLStringConnect ("driver={SQL Server};server=HP6PQ8\SQLEXPRESS;database=MYDATA;pwd=;uid=;")


USE Datamaia!dbo.useracess.USERACESS CONNSTRING handle

this new code tells me it cannot find "dbo.useracess.USERACESS" in the path of my foxpro program.

1) not sure why thats the path its looking for, shouldnt the connection string deal with the path?


Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform