J
Jon Jeffery
I have an Access 2000 database (which started as Access
97), which up to now has used DAO to access SQL Server 7
tables via ODBC.
I am trying to update it into an Access Porject ,
connected to SQL Server 7 using ADO. I can connect quite
happily, and use the existing tables (so far at least)
but I have hit a snag when I try and set up a new table
using ADOX. I can set up the table, and its column (it
is a single column table) OK, but when I try and append
it to cat.tables, I get an error message:
Run-time Error: 3251
Object or provider is not capable of performing requested
operation.
My SQL Server is the Desktop version, running on the same
Windows 2000 Professional machine.
I have an additional problem in that when I try
the 'Help' button, it brings up a blank help screen. If
I try Help from the VBA window, I can find an entry for
ADOX Append Tables, but when I click on it, nothing
happens.
Also, I haven't found anything in the Knowledge base.
Help!
97), which up to now has used DAO to access SQL Server 7
tables via ODBC.
I am trying to update it into an Access Porject ,
connected to SQL Server 7 using ADO. I can connect quite
happily, and use the existing tables (so far at least)
but I have hit a snag when I try and set up a new table
using ADOX. I can set up the table, and its column (it
is a single column table) OK, but when I try and append
it to cat.tables, I get an error message:
Run-time Error: 3251
Object or provider is not capable of performing requested
operation.
My SQL Server is the Desktop version, running on the same
Windows 2000 Professional machine.
I have an additional problem in that when I try
the 'Help' button, it brings up a blank help screen. If
I try Help from the VBA window, I can find an entry for
ADOX Append Tables, but when I click on it, nothing
happens.
Also, I haven't found anything in the Knowledge base.
Help!