I have date type column (MySQL): SELECT invdate FROM invoices; invdate ------- 2009-08-22 2009-07-12 2009-08-23
I\'m using Subsonics Substage, and have just recieved this error? Any suggestions as to the cause? subsonic pars开发者_如何学Going \"*\" - quantifier {x,y} following nothing
I\'m playing around with Subsonic 3.0 SimpleRepository and try to get menus and menuitems with one lin开发者_如何学Goq query, but the menuitems is allways null
Hi i\'m stuck with this doubt: How do I make i Join with 2 IRepositories? look my controller... public ActionResult Colaboradores(int baseid)
I got the following setup for my database: Category Table (Fields: CategoryID(PK), Title); Menu Table (Fields: MenuID(PK) CategoryID(FK), Title);
I\'ve tried to use Subsonic 2.2 & System.Data.Sqlite.Dl开发者_如何学Cl latest version (1.65.0),
I\'m currently in the process of writing a WCF REST service with SubSonic SimpleRepository and the WCF REST Contrib library. The service is going to be hosted on IIS 7. The database is going to be MS
I\'m looking for possible ways to persist the following classes.Subsonic SimpleRepository looks like it might work, and people have said it should, when I asked a more general question.
I am trying to setup Subsonic ActiveRecord in a web application in Visual Studio 2010 beta 2. In any scenario I get the same error:
I have to store a tree-like structure (think folders, for instance) in my database. The model I chose is pretty simple: the table has a FolderId (PK, int, identity), some random attributes and a null开