I have been given the source code for an existing project that uses SubSonic ORM. My (limited!) understanding is that SubSonic generates code by reverse-engineering the existing database. Unfortunatel
I follow开发者_开发技巧ed the3 step procedure 20 times on 3 different sytems under all possible conditions and no matter what I do it won\'t generate the classes. I keep getting the following error:
Assuming I have the following schema table A: ID int primary key value varchar(255) not null table B: ID int primary key
I had just lost my database and all the ba开发者_如何学JAVAckups, I know it is pathetic at the first place but again .. bad things do happen :). Now I have a complete source code generated by SubSonic
W开发者_如何学Pythonhen generating my DAL files with SubSonic, I\'d like the names of the files to be .gen.cs.The main reason for this is that the files are partial classes, and I would like to add so
I am using Active record pattern of SubSonic 3 version. My requirement is to get 3 random rows from the Table. After some googling I found out that I can use NewID function in SQL bu开发者_JAVA技巧t I
i generated my dataaccess dll using subsonic 3.0. i have a new proj referenced to this dll and am tryign to insert data to my mysql database.
Does anyone know how I can concatenate two开发者_JAVA百科 columns in my subsonic datasource? I want to display a first and last name in this dropdownlist but I don\'t want to put them in the same SQL
i created a data access layer dll using subsonic. however it uses the connectionstring from the app.config.
Our database does not have foreign keys, but we wish to be able to use SubSonic. Are there any ways except for foreign keys to express relationships between tables?