The TOP keyword in the generated SQL wraps the number in brackets (I persume for SQL compact support), however this errors on my SQL 2000 server as it doesn\'t expect the brackets.
I\'m new to Linq and SQL terminology - can someone tell me why this isn\'t working (syntax is not right - I can\'t compare u.UserID int with an Enumerable)
I have been told that it\'s more than likely my database that is setup wrong causing the problems so below are my tables with key fields and queries.
I have the following code: if (collection[\"Filter\"] == \"2\") { presentations = presentations.Where(x => x.Speaker.FirstName.StartsWith(\"B\")).
I\'m new to SubSonic and reasonably new to LINQ as well, so I\'m just trying to put a little app together.
I have a relatively simple ASP.net MVC 2 app that is using SubSonic. Everything seems to work well locally, but when I deployed it to WinHost, I keep getting an exception like so:
I am able to retrieve database values and insert database values, but I can\'t figure out what the Update() syntax should be with a where statement.
I am using Active record pattern of SubSonic 3 version. My requirement is to get 3 random rows from the Table. After some googling I found out that I can use NewID function in SQL bu开发者_JAVA技巧t I
I\'m looking for the complete steps for setting up SubSonic 3 with Oracle 10g. I see a lot of pieces out there, but no clear list.
I just started exploring SubSonic 3\'s ActiveRecord, and it\'s initial code generation has created errors.