RE: SQL Connection String

2002-10-04 Thread Scott Mitchell
Sure, here is one: server=myServer;uid=myUserName;pwd=myPassword;database=dbName hth | -Original Message- | From: Matthew Small [mailto:[EMAIL PROTECTED]] | Sent: Friday, October 04, 2002 8:24 AM | To: dotnet | Subject: SQL Connection String | | | Can somebody give me a good working e

Re: SQL Connection String

2002-10-04 Thread Albert Davis
http://www.msdn.microsoft.com/library/?url=/library/en-us/cpref/html/frlrfSystemDataSqlClientSqlConnectionClassConnectionStringTopic.asp?frame=true >From: "Matthew Small" <[EMAIL PROTECTED]> >Reply-To: "dotnet" <[EMAIL PROTECTED]> >To: "dotnet" <[EMAIL PROTECTED]> >Subject: SQL Connection String

RE: SQL Connection String

2002-10-04 Thread Ben Joyce
try this: http://www.able-consulting.com/ADO_Conn.htm#OLEDBProviderForSQLServer hth, .ben > -Original Message- > From: Matthew Small [mailto:[EMAIL PROTECTED]] > Sent: 04 October 2002 16:24 > To: dotnet > Subject: SQL Connection String > > > Can somebody give me a good working examp