Connection String

GirishKardam

New member
Joined
Sep 20, 2008
Messages
1
Programming Experience
Beginner
Hi I am using below connection string in VB.Net for connecting to remote database.

VB.NET:
Expand Collapse Copy
Dim sqlcon As New SqlConnection("uid=sa;pwd=sa;Server=IMCL_Other;database=MarketBuzz")

but it's not able to connect the remote DB. While it is working properly when i am using Local Sql Server with the same string.

Kindly provide the solution for the same.
 
Back
Top