Using SubSonic v2.x: The first issue is the error discussed here: Server Error in \'/......\' Application.
I have a SQL Server 2008 database with a composite key: ProjectID (GUID) and TaskID (int). ProjectID is a foreign key to a Projects table. I want to have TaskID Auto-Increment, but restart for every P
I h开发者_Go百科ave an issue when the Context.cs is generated. I have followed the SubSonic3 setup for ActiveRecord, http://www.subsonicproject.com/docs/Using_ActiveRecord. I am using the AdeventureW
When开发者_Python百科 messing with the Subsonic 3.0 Northwind stuff: var product = Product.SingleOrDefault(x => x.ProductID == 1);
Is there a way to query against a concatenated field using MS SQL? For instance, what I want to do is something like:
I have DTC configured as outlined on MS website to support for remote transaction. I have the following code always giving me error.
I\'m reading a csv file and insert the information in a sql 2005 database. After about 250 object.save operations, it times out. here the code and the exact error message. this is not the first versi
I am currently using SubSonic (2.2 and 3) for some ASP.NET projects and have managed to get them working with SQL Server (using ActiveRecord). However, I also want to know how to set it up with other开
I am having problem with collection object. Here is the code CarCollection obj=new CarCollection(); obj.Where(\"Id\",\"10\");
Before I invest the time in modifying the SubSonic 3 source, I figured I ask to see if I\'m missing something simple.