Welcome to ModelRight Database Design Tool - Database Modeling Done Right Sign in | Join | Help
in

simple script for creating table, access violation

Last post 12-11-2009, 3:17 AM by Tester. 0 replies.
Sort Posts: Previous Next
  •  12-11-2009, 3:17 AM 1409

    simple script for creating table, access violation

    Subj:

    Set Framework = CreateObject("SCF.ScriptFramework")
    Set Model = Framework.CurrentModel
    Model.BeginTransaction("Testing")
    Set NewTable = Framework.CreateObject("Table", Model.AsObject)
    Model.EndTransaction

    Same with "Column Domain". Creating columns for table work.

    Thanks.