Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to connect to sql 2000 database
Message
De
23/11/2004 21:49:35
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
Information générale
Forum:
ASP.NET
Catégorie:
Développement mobile
Versions des environnements
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00964078
Message ID:
00964101
Vues:
10
Hi Kirk,
This worked for me.

conOrders.ConnectionString =@"Server = SERVER1;" + "Integrated Security = SSPI;" +
"Connection Timeout = 5;";


This worked as well. Depending type of authentication
SqlConnection connTrucks = new SqlConnection();
connTrucks.ConnectionString = "Data Source=SERVER1,1433;uid=Mobile;pwd=mobile1;Initial Catalog=Orders;";

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

Click here to load this message in the networking platform