I have a two computers, in one of them I install the SQL Server 2005 express with server name USER\SQLEXPRESS and ip 192.168.3.15.The data base name is Prueba.mdf
In the other computer I have VB 2005 express , and I want to connect with Prueba.mdf in the the other pc. Can you help me?
Hi
Try the below connection string settings
User ID=sa; ( if you configured your own, then replace user name and password acc)
password=sa;
Data Source=USER\SQLEXPRESS;
database=Prueba;
Connect Timeout=1800;
Regards,
Dhinesh Kumar
|||If you want to connect to a user instance, you should use one of the strings at www.connectionstrings.com , look for SQL Server 2005 and user instances, there are some strings which will help you.HTH, jens Suessmeyer.
http://www.sqlserver2005.de
No comments:
Post a Comment