I have an application that should use an application role from the database. I\'m trying to make this work with queries that are actually run using Subsonic (2).
Is it worth upgrading to the latest stable version of SubSonic over 2.1?We are running into some performance and scalability issues that are quickly becoming unacceptable and I haven\'t really been ab
I can\'t get this to work with Subsonic 3 I have two tables \"Blog\" & \"Category\" with a 开发者_如何学运维mapping (joining) table with a composite primary key on both Primary Keys.
I have an application that uses a set of tables to store data. 开发者_开发百科Based on client requirements they can use either Oracle or SQL Server.
I have an开发者_运维技巧 application that will be utilizing Ingrian\'s database encryption and it doesn\'t support SCOPE_IDENTITY. This must be changed to @@IDENTITY. Any help would be greatly appreci
I\'m using .NET 4.0, SQL Server, looking to do an inner join across two databases on the same server. Subsoni开发者_运维问答c doesn\'t seem to like this. Any ideas?You can write a stored procedure and
开发者_运维知识库In subsonic 2 we could do this: public static void DeleteTable(SubSonic.TableSchema.Table table)
I am curious and confused.Is Subsonic only for or primarily for DAL? Can it开发者_开发知识库 be used to create say a ViewModel or View code for a WPF project or is it only for code generation for the
The module I develop makes lots of small selects, inserts, and updates. Modifications made by commands in SubSonic.Query namespace (ActiveRecord is not my weapon of choice) appear to be much faster th
I\'m creating a small forum for my CMS and I\'m using subsonic 2.2 as my DAL. I\'m loading my theads like this: