Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to connect to sql 2000 database
Message
From
23/11/2004 21:49:35
Alvin Lourdes
Children and Youth Services Cluster
Toronto, Ontario, Canada
 
General information
Forum:
ASP.NET
Category:
Mobile development
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00964078
Message ID:
00964101
Views:
9
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform