subsonic2.2
Unable to insert a record (SqlServer) using Subsonic 2.2
I use SqlServer 2008. Here开发者_运维百科 is the DB schema: (Please note that this only to test SubSonic)[详细]
2023-03-08 09:03 分类:问答Listbox.DisplayMember won't display value from calculated property
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[详细]
2023-02-27 09:46 分类:问答subsonic 2.2 : how to order a collection by FK Title?
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.[详细]
2023-02-18 19:54 分类:问答c# subsonic 2.2 : many-to-many relationship and pagination problem
i have 3 tables (Categories, Articles and ArticleCategories). The ArticleCategories has a combined PK and concists of:[详细]
2023-02-18 02:41 分类:问答Saving a null date to SQL2008 via. SubSonic 2.x
Ok, So I am trying to set a datetime column to null via SubS开发者_高级运维onic 2.x DateTime? dt = new DateTime();[详细]
2023-02-15 23:09 分类:问答SubSonic 2.0 Delete() is 'method' bus is used like a 'type'
I\'ve recently had to adopt a SubSonic based solution, and i\'m getting an error for Delete Insert and Update[详细]
2023-02-15 05:04 分类:问答SQL connection is too slow
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 开发者_开发技巧[详细]
2023-02-04 13:57 分类:问答SubSonic: MySql, Float, and Single->Decimal issues
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[详细]
2023-01-29 07:00 分类:问答Fixing the SubSonic 2.2 Calendar, How do I get RegisterClientScriptInclude calls to render when control is not visible?
I really liked the SubSonic 2.2 calendar control. It is a .Net implementation of the old Dynarch calendar found here.[详细]
2023-01-20 10:44 分类:问答Help with SubSonic 2.2 binding
I have the following tables TUser (user_id,firstname,lastname) PK user_id TGroup (group_id,name) PK group_id[详细]
2023-01-20 07:37 分类:问答