Hi, Simple question first, is there some place where from Empire-db you can
tell mysql what database engine to use, innodb, myisam etc?
Secondly.using the advanced sample as an example and I might be confused here..
You
start with a concrete class that shows the database attributes and can
use this in your coding to circumvent the problem with using quoted
names. If you then have some code that changes the database to add an
attribute, it changes the database but does not change the class to add
the attribute so the class and the database are now out of sync?
Regards Phil