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.*.*)
lmcosecurity
0

Comments

1 comment

  • Brian Donahue
    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.
    Brian Donahue
    0

Add comment

Please sign in to leave a comment.