The problem I'm having is that I can do a database connection using the
pathname but what I need is to use a web server path.
My database is sitting in the fpdb directory and when try to use
"DBQ=URL=fpdb/db1.mdb" I get an error, although if I use the full pathname
I don't get the error.
Suggestions?
Rod Aubertin
This isn't possible I'm afraid. DBQ has to come from a UNC path, so a local
or shared file sstem.
Dave
"Rod Aubertin" wrote in message
news:1824@a..._databases...
>
> The problem I'm having is that I can do a database connection using the
> pathname but what I need is to use a web server path.
>
> My database is sitting in the fpdb directory and when try to use
>
> "DBQ=URL=fpdb/db1.mdb" I get an error, although if I use the full pathname
> I don't get the error.
>
> Suggestions?
>
> Rod Aubertin