-
Hi, We have 2 schema on the same MYSQL Server. The Tables are in InnoDb Format, and we have Foreign Key crossing over the 2 schema. Is there a way to have the DAL running well in this config? Does Subsonic allow Foreign Key acrossing schemas, and should it work? We try to set 2 provider, 2 GeneratedNameSpace...
-
hi i'm using subsonic 2.1 config: <SubSonicService defaultProvider="DBPxxx"> <providers> <clear/> <add name="DBPxxx" type="SubSonic.MySqlDataProvider, SubSonic" connectionStringName="xxx" generatedNamespace="Dal" setPropertyDefaultsFromDatabase...
-
Hey ncichris, Thanks for the reply! Yes, I spent the better part of the weekend playing with MySQL and SubSonic. All is well. VERY well, I might add. I pulled the latest SubSonic code from CodePlex and went with that. No major issues. I did notice that the scaffold doesn't seem to write (or at least...