Home / What is the connection string to contact to SQL server 2000
Article "What is the connection string to contact to SQL server 2000"
For sql server 2000 database, you can use connection string.
code
Data Source=localhost;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;
Please replace myDataBase, myUsername and myPassword with your own values.
Resources attached:
See also:
Comments (0)