I'm not sure if this is the correct place to be posting this - apologies if it is.
I've recently been given the task of porting our Access 97 database so that it uses SQL Server. I'm in the process of getting all of our data out of databases (in 97 format) and replicating this data in SQL Server 7.0 / 2000 using ADO 2.6 and ADOX.
Because I need to relink the tables in Access to point to the SQL Server and have to be able to recognise identity columns in the database I've decided to use the Jet 4 provider.
The problem I face is that everything works peachy until I attempt to upload a table called "Names". I attempt to open a recordset (SELECT * FROM Names) to retrieve the table schema and I get returned an error saying method open of recordset failed. (The ADO connection (To the Jet database) error log states a SQLState of 3000 - thanks alot, helpcontext of 5003251 and a native error of -533136361) - none of which I've been able to find help for.
If I rename the table - works like a charm.
If I use the jet 3.51 provider - works like a charm.
Any thoughts guys and girls?
I've recently been given the task of porting our Access 97 database so that it uses SQL Server. I'm in the process of getting all of our data out of databases (in 97 format) and replicating this data in SQL Server 7.0 / 2000 using ADO 2.6 and ADOX.
Because I need to relink the tables in Access to point to the SQL Server and have to be able to recognise identity columns in the database I've decided to use the Jet 4 provider.
The problem I face is that everything works peachy until I attempt to upload a table called "Names". I attempt to open a recordset (SELECT * FROM Names) to retrieve the table schema and I get returned an error saying method open of recordset failed. (The ADO connection (To the Jet database) error log states a SQLState of 3000 - thanks alot, helpcontext of 5003251 and a native error of -533136361) - none of which I've been able to find help for.
If I rename the table - works like a charm.
If I use the jet 3.51 provider - works like a charm.
Any thoughts guys and girls?