Can anyone provide an example of how to join开发者_Go百科 across two schemas using subsonic 2.2.
I\'m curious if there\'s a way to do a case sensitive string comparison in SubSonic? I have the following statement:
I am using subsonic 2.2 with Oracle provider. I can use active recordbut my simple query does not work!
I have 2 tables, POST (idpost, user, text) COMMENT (idcomment, idpost, text) I want to delete all comments with post that have a user like \"usertest\",
开发者_开发知识库Before ask my question, i have to say that subsonic is wonderfull tool, i realy like it.
I am using SubSonic on a project with many tables which were created by a sourcecode generator. I noticed Some classes created by SubSonic were generated without code and have the folowing message
I\'d like to use Subsonic i开发者_如何学JAVAn a shopping cart application, but I\'m trying to replace code that is using Session to store an Order object.That Order object has a collection or OrderDet
I\'ve just started using SubSonic 3 and I\'m using the ActiveRecord T4 template. If I make a change in the database (add a column to a table for example), what is the correct method for forcing the c
My problem is about the timestamp column in one of my database tables. This field is required because sqlserver automatically generates it. Since this column is required subsonic included it in the in
I have the following code using SubSonic 2.开发者_如何学Python1/2.2 SubSonic.Update(<some table>)