subsonic
Using application roles with DataReader
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).[详细]
2023-02-04 07:09 分类:问答any major performance improvements in SubSonic 3.0.0.4 vs 2.1?
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[详细]
2023-02-03 16:13 分类:问答Many to Many relationships in Subsonic 3
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.[详细]
2023-02-03 10:49 分类:问答One Set of POCO classes with interchangeable databases
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.[详细]
2023-02-03 01:01 分类:问答does anyone know where to get source code for Subsonic 2.0.2.0?
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[详细]
2023-02-02 23:06 分类:问答Join across databases using Subsonic 3.0
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[详细]
2023-02-02 07:07 分类:问答Subsonic Delete With Fluent Query Tool
开发者_运维知识库In subsonic 2 we could do this: public static void DeleteTable(SubSonic.TableSchema.Table table)[详细]
2023-02-02 01:25 分类:问答Is Sub-sonic code-generation for DAL only?
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[详细]
2023-02-01 15:42 分类:问答SubSonic LINQ query is 3 times slower than SubSonic.Query.Select
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[详细]
2023-02-01 14:54 分类:问答asp.net subsonic 2.2 paging linked table collection
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:[详细]
2023-02-01 01:08 分类:问答