Results 1 to 5 of 5

Thread: TableDefs.Append errors out *RESOLVED*

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2001
    Location
    San Jose, Ca. - USA
    Posts
    302

    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
  •  



Click Here to Expand Forum to Full Width