Help with creating tables
lmcosecurity
Posts: 2
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.*.*)
We've tried all the options in the the following call:
db1.Register(conn, Options.*.*)
This discussion has been closed.
Comments
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.