Please support our MS SQL advertiser: Programming Forums
![]() |
•
•
Join Date: Sep 2005
Posts: 3
Reputation:
Rep Power: 0
Solved Threads: 0
i decided to switch over to ms access (thinking it would be easier) from mssql but i am having the same problem that i had with ms sql: "SQL Server does not exist or access denied"
i have put the ms access db into the web server from the web hosting company which i am using.
my db name is: evcsDb.mdb
its in the www/bin/ directory
this is what my code looks like:
dim pathDB as string = Server.MapPath("bin\evcsdb.mdb")
dim connString as string = "Provider=Microsoft.Jet.OleDb.4.0;Data Source=" & pathDB & ";User id=Admin;"
Dim loginConn As OleDb.OleDbConnection
loginConn = New OleDb.OleDbConnection(connString)
loginConn.Open()
please help!
i have put the ms access db into the web server from the web hosting company which i am using.
my db name is: evcsDb.mdb
its in the www/bin/ directory
this is what my code looks like:
dim pathDB as string = Server.MapPath("bin\evcsdb.mdb")
dim connString as string = "Provider=Microsoft.Jet.OleDb.4.0;Data Source=" & pathDB & ";User id=Admin;"
Dim loginConn As OleDb.OleDbConnection
loginConn = New OleDb.OleDbConnection(connString)
loginConn.Open()
please help!
![]() |
Similar Threads
Other Threads in the MS SQL Forum
- VB: Connect to Access database via ODBC datasource name (Visual Basic 4 / 5 / 6)
- Cannot Connect to, Linksys' Web Based Utility, I need help (Networking Hardware Configuration)
- connect to password protected access db (Visual Basic 4 / 5 / 6)
- Can't connect to internet (Networking Hardware Configuration)
- connect to text file database (Visual Basic 4 / 5 / 6)
Other Threads in the MS SQL Forum
- Previous Thread: Help with Stored Procedure
- Next Thread: In which (really) important ways is SQL 2000 better than Access 2003?
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode