Options

Help with creating tables

lmcosecuritylmcosecurity Posts: 2
edited January 18, 2006 11:19AM in SQL Compare Previous Versions
New tables aren't being created at the destination database. Any thoughts on why?

We've tried all the options in the the following call:

db1.Register(conn, Options.*.*)

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello there,

    This is more of a SQL Toolkit question, because this is not an effect of using the GUI. But I can tell you that the options can't be specified this way. To us an enumeration you need to specify all options explicitly, separated by a bitwise OR (Or in VB and | in C#) or using Options.Default.
This discussion has been closed.