Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-08 : 23:00:56
|
Mark writes "We are using MS Access on a website fully dependant on the database. when the site is being hit we get "file unknown" errors from the database connection string. we are using srtickly SQL / no recordsets in an attempt to solve the problem. Nothing works, here is our connection:
Dim objConn, SQL, objRS Set objConn = Server.CreateObject("ADODB.Connection") objConn.ConnectionString="DSN=RcUser" objConn.Mode = adModeShareDenyNone objConn.Open" |
|
|
|
|