Basically, 开发者_运维百科I\'m having the same problem as detailed here, but in SubSonic 3.0. Unfortunately, I can\'t figure out how to change the provider in SubSonic 3.0.
I\'m sure I\'m missing the obvious answer here, but could use a hand.I\'m new to SubSonic and using version 3.I\'ve got myself to the point of being able to query and insert, but I\'m stuck with how I
I\'m starting to develop a new asp.net application based on subsonic3 (for queries) and log4net (for logs) and would like to know how to interface subsonic3 with log4net so that log4net logs the under
I moved from SubSonic 2.x to 3.0 and noticed that all my classes are combined into the ActiveRecord.vb(cs) file. Is there a way to have my classes generated indivi开发者_运维问答dually in a separate f
I\'m working on a project that groups data by a \"customer id\". When the user logs in, they\'re limited to that customer and that customer only.
I can\'t seem to find an answer to this question or a good example of how to accomplish what I am trying to do. I\'m sure it\'s been posted or explained somewhere, but I am having trouble finding the
Disclaimer: I jumped to C# 2008 recently and SubSonic 3 (3.0.0.4) at the same time. I haven\'t used Linq for much of anything in the past.
I like to perform the following with SubSonic 3 without 开发者_开发技巧using Linq (using dynamic lookup of columns and tables). Also, no inline sql (to prevent sql-injections).
I\'m trying to figure out the correct way to atomically increment a counter in one table and use that incremented value as an pseudo display-only ID for a record in another.
a quick question which may or may not be easily answered. Currently, in order to return a limited result set of data to my calling reference using SubSonic I use a similar function as below: