-boRg- wrote:
Yes that is correct |
Thanks, boRg for the help.
I did not change the scirpt after all as the host provider enabled the parent path. Didn't know that in Win 2003 environment, the ../ command is not supported and you have to 'enable the parent path'.
I suppose the example of the edited script:
Set adoCon = Server.CreateObject("ADODB.Connection") connstr="DRIVER={Microsoft Access Driver (*.mdb)}; DBQ="C:\webspace\XYZ.com\db\XYZ.mdb" adocon.Open connstr
is applicable to all situations when we map databases using the physical path.
Edited by godot - 29 June 2006 at 3:25pm