-
Hey just wondering if you had any success at running Subsonic on Mono. I am looking at building an application using Visual Studio on a windows box so I don't need to run substage on Mono. I just want to deploy the final poduct on a Ubuntu box that is running mono 1.9 (Debian has not yet moved to...
-
is subcommander written only for sql server? when i try to connect it to mysql, it always gives error that its unable to connect to server. I have noticed that it always gives sqlclient.sqlexception.
-
I hope someone can help. What I'm attempting to do is probably easy, but I cannot figure it out. I want to join on MULTIPLE conditions when I do a join (left, inner, whatever). I cannot get the sql to look correct. In the below scenario, I would like to have multiple conditions met in order for the...
-
Hi, I've a simple stored procedure and I don't know why SubSonic isn't generating the wrapper for the procedure. I'm using the Subsonic version 2.1 with mysql. Does anyone knows why? Thanks
-
Hi, We have 2 schema on the same MYSQL Server. The Tables are in InnoDb Format, and we have Foreign Key crossing over the 2 schema. Is there a way to have the DAL running well in this config? Does Subsonic allow Foreign Key acrossing schemas, and should it work? We try to set 2 provider, 2 GeneratedNameSpace...
-
I am using SubSonic for the first time on a project. First let me say that this is a GREAT utility. However, I did run into an issue that I have since resolved. I am using Subsonic version 2.1.0.0 with MySql.Data 5.1.4.0 I was working on my site when I got a MySql exception of "Too Many Connections"...
-
Hi Guys, I executed the subsonic code gecneration in a table that has a field type as tinyint. My code was generated as bool insted of byte. Do anyone knows why? Is this a Bug? Thanks -- []s, Marcus
-
[quote user="psyber"]I hope i can get some answers.[/quote] http://code.google.com/p/subsonicproject/source/browse/trunk/SubSonic/Controls/Scaffold.cs This is the source for the Scaffold Control. I think you want to take a look at / step through the GetEditControl method.
-
I have a bunch of stored procedures in my database. When I generate DAL using subsonic, these stored procedures don't get generated. There is a file named StoredProcedures.cs but it only contains the using statements. I am using version 2.1 of the subsonic. What could be the possible reason for this...
-
Having just upgraded to 2.1 and run subcommander I found that all the methods in StoredProcedures.cs that use parameters have parameter names that are wrong. They read : sp.Command.AddParameter("?@_startPage", StartPage, DbType.Int32, null, null); When they should read : sp.Command.AddParameter...