all groups > dotnet academic > january 2004 >
You're in the

dotnet academic

group:

Using Vs.Net to conect a online sqlserver ???


Re: Using Vs.Net to conect a online sqlserver ??? William Burrows [MVP]
1/6/2004 10:27:59 AM
dotnet academic: Marcus,

Check out this site here:

http://www.able-consulting.com/ADO_Conn.htm

They have a wealth of information on making connections. Your particular
solution is (quoting from the referenced site):

If connection to a remote server (via IP address):

oSQLConn.ConnectionString = "Network Library=DBMSSOCN;" & _
"Data Source=xxx.xxx.xxx.xxx,1433;" & _
"Initial Catalog=mySQLServerDBName;" & _
"User ID=myUsername;" & _
"Password=myPassword"Hope this helps.

bill burrows

[quoted text, click to view]

Using Vs.Net to conect a online sqlserver ??? Marcus Vinícius
1/6/2004 2:43:42 PM
Hi Guys,

I'm trying to using vs.net to conect a online SQL Server..

Anybody Know how can I do it??

Ps: The server adreess is a Ip number like a 200.178.123.20 and I have a
user and a pwd registered in server. But when I trying to conect with sql,
it returns the error "hm129 the Make sure that the machine name and path are
Valid"


I don't know how can I do it?

Thanks

--


-------------------------------------------------
Marcus Vinícius M. Montezano

Programador

Digiexpress
-------------------------------------------------

Re: Using Vs.Net to conect a online sqlserver ??? Marcus Vinícius
1/7/2004 3:59:33 PM
Thanks Willian but I know that..

I want to connect a online sql server using the vs.net with SERVER
EXPLORER...

DO YOU KNOW HOW CAN I DO IT?

THANKS


"William Burrows [MVP]" <burrowsREMOVEME@u.washington.edu> escreveu na
mensagem news:%23DZuaLI1DHA.3224@tk2msftngp13.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button