Yeah I don't really need the methods I was just curious what they were use for. I know that when I create a testing database in SQLLite it creates all the tables including the hilo table. I just want to know if I can extend it to automatically create others.
Anyways, it turns out the value I am reading for that other table is a constant so it can actually be hard-coded. Thanks again for your help. Chris On Wed, Jul 8, 2009 at 9:25 PM, Fabio Maulo <[email protected]> wrote: > 2009/7/7 Chris Nicola <[email protected]> > >> >> public string[] SqlCreateStrings(Dialect.Dialect dialect) >> public string[] SqlDropStrings(Dialect.Dialect dialect) > > > Are not relevant at all. You can use a generator with both methods empty > especially for a legacy DB. > > -- > Fabio Maulo > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
