Ive been using subcommander to generate my dal.Im using vb.net and sqlexpress and .net 3.5 My webconfig looks like this
Im trying to generate my dal and this works but when i check my code in visual studio 2008 i get this message \"the type or namespace name does not exist in KimDal\"
Is it possible to apply a WHERE clause on a SubSonic query? For example, I get get a single based on id...
Using Subsonic 3, I have a simple class called \"ConferenceRepository\" that has a method that returns a bunch of conferences based on their status. I am testing this using SubSonic\'s built in suppor
I\'m using subsonic 2.2 in one of my projects. I\'m have a comment section where i query one table called Comments. First I query all records with ParentId=0, and then in the foreach statement I query
I get this error no matter what version of SubSonic I use. When I query the database for data, it errors out, saying it can not connect to the database.
I probably missed something in the .tt configuration for some reason my intellisense when I type SubSonic.Query or Query = new Query(DB.Table) is not highl开发者_StackOverflow社区ighting and giving me
I think this question has been done before, but I don\'t find a clear answer. I have migrated SQl Server 2005 database to oracle 11. I am using subsonic 2.1. I have manged to create all the data layer
This doesn\'t make much sense to me.We had this happen twice recently when generating SubSonic objects for a database table or view columns got renamed to ColumnX.The first time it made sense because
I have a previously developed project that I am working on now. The project uses SubSonic 2.1 as ORM and it has been working fine since we decided to move to a newer server. The new server has SQL Ser