|
-
Jan 2nd, 2011, 02:41 PM
#1
Thread Starter
Lively Member
[RESOLVED] SQL Help
Hello Guys, I am trying to change my software from using an access database to a ms sql server dbase. I have already installed. I used a module to handle connection to the database. and when i try run the vb app all am getting is this error
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied
My connection string is as thus..
conn.ConnectionString = "Provider = sqloledb;" & _
"Data Source={DABUSHAR};" & _
"Initial Catalog={sdp};" & _
"User ID={Pertoh};" & _
"Password={};"
conn.Open
Please Help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|