|
-
Mar 5th, 2002, 12:42 PM
#1
Thread Starter
Hyperactive Member
TableDefs.Append errors out *RESOLVED*
i can use
daoOutputDatabase.TableDefs.Append newTable
on a database I create with:
Set daoOutputDatabase = daoDbengine.Workspace.(0).CreateDatabase(strOutputPath, dbLangGeneral, dbVersion30)
but not with :
Set daoOutputDatabase = daoDbengine.Workspaces(0).CreateDatabase(strOutputPath, dbLangGeneral, dbVersion20)
here it just errors out with runtime error #3649:
"The language-specific code page was not specified or could not be found."
is there something about appending tables to an access 2.0 database I should know.
Last edited by frigginjerk; Mar 8th, 2002 at 08:50 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|