Cassio
Well-known member
Hi! Very newbie question:
I have an app that uses a SQL Server thats on my machine. I want to move this app to another machine and still use the SQL Server thats on my machine. What do I have to change?
Heres my connection string:
What do I have to add to this connection string? User ID and Password?
What else do I have to do for the other machine access my SQL Server?
Thanks!
I have an app that uses a SQL Server thats on my machine. I want to move this app to another machine and still use the SQL Server thats on my machine. What do I have to change?
Heres my connection string:
Code:
Private ConnectionString As String = "Database=" & Modulo.DatabaseName & _
";Server=" & Modulo.ServerName & ";Integrated Security=SSPI;Connect Timeout=5"
What do I have to add to this connection string? User ID and Password?
What else do I have to do for the other machine access my SQL Server?
Thanks!