I get an 'unspecified' error when trying to create a data connection to a file on a web server.
-I get to the window where I can select the database file to connect to.
-I enter the address:
http://[server]/[folder]/[filename].mdb-It opens the a window that allows me to select a table to connect to
-When the table is selected it gives me the error (at this stage the table fields should appear in the wizard window).
The web server is a microsoft product (should be compatible).
I would rather not connect to a SQL server as it would complicate my solution and make 2 databases neccessary (because the web server the doc is on will be used as a reference point for people wanting direct access to the database file). However if this is the only way, it is possible.
I am unable to do a normal odbc connection to the file as this downloads the file into a local temp directory and connects to this temp file on my local drive (no use if I want anyone to access it).
Can anyone help with this?
-- Jay Whittaker --