Well Mike, I'm trying to actually override where dOOdads is retrieving it's connection string. I'm trying to make it read it from a dynamic source so I can't use the config file and I don't really want to pass any parameters to the constructor. This is what I want to do: public override str...
Hi! I have some feature requests: - ConnectionString is virtual and can be overridden but all the functions uses the internal _raw variable, wouldn't it be better to let them use the virtual property as well? As for the other properties as well. - Let LoadFromSqlNoExec() return the integer va...
Would it be possible to add a simple SQL query interface? It would be really nice to be able to make a small query or update a value without having to use an external program.
I checked your Csharp_SQL_BusinessObject and found it very useful but wouldn’t it be better to call a stored procedure called “LoadEmpty” than selecting nothing (0=1) in the AddNew function?
It would at least move all the SQL to the database instead of having them mixed at two locations.