
February 4th, 2003, 09:30 PM
|
|
Junior Member
|
|
Join Date: Jan 2003
Posts: 29
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
DDL Problem: Table ID is invalid
I'm trying to create a table in a new Access database, but the line in the code that says
catDB.Tables.Append tblNew
provokes this error:
Microsoft JET Database Engine error '80040e3c'
Table ID is invalid.
Could this be a permissions problem? It's a brand-new hosting account, brand-new directories, etc. The DDL code that created the database ran successfully, but now I can't create a table in that database.
Any thoughts?
Thanks,
Charlie
|