database path and dataadapters

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

Hello,

I connect to an access database through the ui oledbdataadapters. This is
fine becuase the wizard prompts for a file location. Puttig my page on a
server, I have run into a few diffilculties. The page still asks for
c:\database\database.mdb. I have changed all the other events such as
submit/delete etc to server.mappath("/database/database.mdb"). How then do i
change that in the dataadapters?
 
Hi John,

There should be an OleDbConnection instance you shoud act on.
See its ConnectionString property.
 
Back
Top