Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connecting to a SQL Server Database From VFP
Message
De
16/10/2000 08:02:02
 
 
À
16/10/2000 07:12:12
Christopher Pinnock
United General Insurance Company
Kingston, Jamaique
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Divers
Thread ID:
00429698
Message ID:
00429704
Vues:
15
>Hey guys is there a way to connect to SQL Server database without having to set up an ODBC connection on each computer ??? I'm Using SQL Server 6.5, soon 7 as soon as i sort out the error i get when i try to upgrade.

You can use a DSN-Less connection:

Con_Handle=SQLSTRINGCONNECT("driver={SQL Server};server="+m.sql_servername+";uid="+alltrim(m.sql_user)+";pwd="+alltrim(m.sql_pass)+";database="+m.sql_db+";AutoTranslate=no;Regional=no;QuotedId=no;AnsiNPW=no")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform