I\'m using subsonic 2.2 with .net 2.0 and I\'m having an error when I included \"Group By\". Originally I had this code, and it worked perfectly:
For some reason the开发者_StackOverflow TimeSpan property on my class is not being persisted into the database by Subsonic it is simply being ignored!? All other properties are being saved OK. I am us
Is there any subsonic settings.ttinc开发者_C百科lude template file for oracle db. There is no official Oracle support in SubSonic 3 yet, but recently there has been a person on the SubSonic discussion
I\'m using SubSonic 2.1. I ran it against a database and it created all the files seemingly correctly. However, when I went to use one of the classes, the app wouldn\'t built. I\'m making a Windows ap
I need the latest Subsonic build or build it by my own. Subsonic project web site shows the latest available version is Subsonic v3.0.0.3 released at July 15, 2009.
From what I can see, SubSonic 2.x stored procedure parameter data types can only be of type System.Data.DbType.
I have decided to use SubSonic (v3.0) for the first time and thoroughly enjoy it so far howe开发者_开发知识库ver I seem to have stumbled and I am hoping there is a nice neat solution.
I\'m trying to do a simple UPDATE ... WHERE ISNULL() using SubSonic ActiveRecord and the only way I can get it to work is by u开发者_开发技巧sing CodingHorror. eg:
I have need to provide a way for users to edit tables in ASP.Net.The tables are simple (no master/detail relationships), but there are likely to be a lot of them.What\'s the quickest/simplest way to p
I am using SubSonic 2.1 and entcountered a problem while executing a Transaction with SharedDbConnectionScope and TransactionScope.