Hi

Can and has anybody used a server.mappath to map an access database and use this method within a connection string?

got a pretty good idea, and it goes something like this.


VB Code:
  1. Driver={Microsoft Access Driver (*.mdb)};" & _
  2. "Dbq=" & server.MapPath("http://path") & _
  3. "Uid=HELLO;Pwd=WORLD;"

am I correct? or does this need correcting...

Cheers all

Kai