subsonic2.2
subsonic Invalid cast from System.Int32 to System.Byte[]
Subsonic 2.2 is throwing the error subsonic Invalid cast from System.Int32 to System.Byte[] When I do the following[详细]
2022-12-20 18:28 分类:问答Locking problems with sqlite and SubSonic when using transactions on a single thread
I\'m getting locking exceptions when trying to use transactions with SubSonic and SQLite. I\'m using this from a single thread and there are no other processes accessing my db, so I really didn\'t exp[详细]
2022-12-20 10:02 分类:问答Subsonic 2.2 not updating sql changes in the V class
New to SubSonic, inherited it with a project that uses SubSonic 2.2.1 I have tried to added a column to one of my tables and run the tool to update the classes, The table n开发者_如何学Came is Feedba[详细]
2022-12-20 09:10 分类:问答SubSonic2.2 Add() not working
I have 2 tables in my DB, Customers, Contacts. CusID is a Foreig开发者_JS百科n Key in Contacts table. I tried the following[详细]
2022-12-19 10:47 分类:问答SubSonic-based app that connects to multiple databases
I currently developed an app that connects to SQL Server 200开发者_Python百科5 database, so my DAL objects where generated using information from that DB.[详细]
2022-12-17 01:35 分类:问答SubSonic equivalent of an SQL update
I\'m wondering if the following SQL update query is possible using the equivalent SubSonic commands: UPDATE MYTABLE SET MYFIELD = MYFIELD + 3 WHERE ANOTHERFIELD = ANOTHERVALUE[详细]
2022-12-16 06:06 分类:问答Retrieve AutoIncrement key value when the column is NOT the first one in the table
I\'ve got a question regarding how to retrieve the auto-increment or identity value for a column in SQL Server 2005, when said column is not开发者_C百科 the first declared column in a table.[详细]
2022-12-16 03:42 分类:问答SubSonic: Selecting all columns with an aggregate
How would you best handle constructing this SQL statement in SubSonic? SELECT ac.* , SUM(pt.amount) AS 开发者_如何转开发totalPoints[详细]
2022-12-13 05:38 分类:问答InnerJoin with Where Expression trouble
I am using Subsonic 2.1 and I need to doan innerjoin and use a where expression and I keep getting the error:[详细]
2022-12-11 12:00 分类:问答SubSonic OpenExpression/CloseExpression
Hey All! I\'m trying to construct a query that is something like this: Where column = \"value\" AND column2 = \"value\" AND (column3 = \"value\" OR column4 = \"value\")[详细]
2022-12-11 04:21 分类:问答