Access97 and XP

M

Max Murison

I need to link an Access97 front end to an XP back end on our network to
read-only data.
I have tried ADO and ODBC with an appropriate driver but get the error:

Unrecognised DB format

I have tried this with a local XP DB and get the same result.

Grateful for any suggestions,

Max
 
R

Rick Brandt

Max Murison said:
I need to link an Access97 front end to an XP back end on our network to
read-only data.
I have tried ADO and ODBC with an appropriate driver but get the error:

Unrecognised DB format

I have tried this with a local XP DB and get the same result.

Grateful for any suggestions,

AFAIK it can't be done. Access can read data files from older versions but not
the other way around.
 
M

Max Murison

I thought as much. Yet another ploy from Microsoft to force users to
upgrade.

Max
 
D

Douglas J. Steele

Few, if any, products are capable of reading the file formats of newer
versions (assuming that the file format changed). It's difficult to built
clairvoyancy into applications...
 
M

Max Murison

Very frustrating, since it can read various versions of other database
tables.

Max
 
D

david epsom dot com dot au

I have tried ADO and ODBC with an appropriate driver but get the error:

If I try ADO (or DAO 3.6), I can read an XP back end from a 97 front end.

I can't use Linked Tables to connect to an XP back end,
and
I can't connect using ODBC to an MDB of any version.
and
I can't bind a form to an XP backend.

So I guess that is probably what you meant.

However, (which is a lot more work) I can read from a DAO 3.6 recordset,
write the values to form, then read the values back from a form, and
write them to a DAO 3.6 recordset.

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top