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