I use SqlServer 2008. Here开发者_运维百科 is the DB schema: (Please note that this only to test SubSonic)
I\'m using SubSonic 2.2 for my DAL and extended one of my classes with a calculated property that returns a string containing another property with indenting based on the level of the outline at which
I\'m stuck with the following scenario, i have 2 tables called (Products and Categories). the field CategoryID in Products table has a FK to the Categories table.
i have 3 tables (Categories, Articles and ArticleCategories). The ArticleCategories has a combined PK and concists of:
Ok, So I am trying to set a datetime column to null via SubS开发者_高级运维onic 2.x DateTime? dt = new DateTime();
I\'ve recently had to adopt a SubSonic based solution, and i\'m getting an error for Delete Insert and Update
We have a business web application in ASP.NET + SQL Server 2008. In the beginning, SQL Server and IIS were on the same machine. Now we bought another machine. Current configuration is 开发者_开发技巧
Have 2 MySQL databases. One is the main database, the other is used for geolocation data. Now, for SubSonic to play nice with the generated files via Subcommander, I made it easy and just created a vi
I really liked the SubSonic 2.2 calendar control. It is a .Net implementation of the old Dynarch calendar found here.
I have the following tables TUser (user_id,firstname,lastname) PK user_id TGroup (group_id,name) PK group_id