I have a database created in Access 97 which I use a VB front end to access. I am using the ADOX object with the connection string as jet 3.51. I continuously get the error that the provider does not support the operation I am trying to do.
According to the Microsoft knowledge base, this is because I have to use the jet 4 engine by recreating my users in access 2000.
This is no good because my program opens an instance of access for certain tasks.
Is there another way round this. Can I use the ADOX object with version 3.51 of the jet engine??

Mega.