-
Recent post of a solution to the issue. http://www.jasonstiefer.com/blog/post/2008/11/SubSonic-with-Stored-Procs.aspx
-
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.
-
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
-
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...
-
I had the same problem : no stored procedure methods in StoredProcedures.cs . It was empty except for the "using.." statements. I was also in MYSQL too. After a bit digging I found the problem in the source code. Dataservice.cs has the following line : sp.SchemaName = rdr["SPSchema"...
-
That's great, and I'm using that for things like the aspnet membership and roles. In this case, I've added 2 or 3 cols to my table and I just need to regen the one class. Don't get me wrong, it takes 5 seconds to do the whole project at this point. But I'm concerned about a "very"...
-
Can I tell subcommander to only generate the class and controller for 1 table/view/sp? As my project grows (as well as source control concerns), I'd like to only target the "newer" db entities I'm building. Thanks Chuck
-
i used mysql database, and generated cs code as well as vb code using substage. but when i used it in windows form application. the fetchall doesn't return anything, if i use vb code dll and it works if i use cs code dll. whether, it is not generating proper code for vb?
-
It is true, Because Subsonic V2.1 can not detect StoredProcedures from datasource (SQL Server 2000,2005) I use Substage or SubCommander to generate them but it will produce a blank file!!!!! There is a bug in it.
-
I'm using subsonic 2.1, I have used substage and subcommader, both a re not generating code for strored procedures. I'm uaiing mysql with innodb provide.