DB Connection string help needed..

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

My hosting service wants me to use a Custom connection in my global.asa
and provided the following - which does not work:

"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=URL=" & Server.MapPath
("data/schedule.mdb") & "

THe error msg is Unterminated string....

They have not responded with a correct string and I am "shut down".
Any help apperciated,
Frank

PS for years the "old way" of pointing directly to a folder and file on
the web seemed to work fine - But they wanted this change.
 
Now I know why they call you guys MVP's.
Have good data connections now.
(Still waiting to hear from my hosting service}
 
Back
Top