Hi All,
I'm a commercial customer of the original ORM.NET.
We've recently rebuilt one of our machines that
contained ORM.NET (v1.5/6) and it required
reactivation. This worked for a while -- but now the
original site support has been fully removed, so it
won't activate anymore.
*SO* I decided to check out the latest Sourceforge
release.
PROBLEM: When implementing the latest...
Hi All,
I'm a commercial customer of the original ORM.NET.
We've recently rebuilt one of our machines that
contained ORM.NET (v1.5/6) and it required
reactivation. This worked for a while -- but now the
original site support has been fully removed, so it
won't activate anymore.
*SO* I decided to check out the latest Sourceforge
release.
PROBLEM: When implementing the latest...
Logged In: YES
user_id=1502257
The static DataManager should be changed to be accessable
and will be addressed.
You do not need to call commit all for stored procedures
because they do not retrive information into the
DataManager's DataSet.
I have partially implemented a lazy load on my business's
internal version of ORM.NET, which I will eventually move
back in to this open...
I noticed that generated StoredProcedures.cs uses
a 'private static DataManager dm'. So how does it
support transaction for stored procedures(as static
wrapper APIs) since you cannot call 'CommitAll' from
anywhere without mod. the template code.
Also, would like to see lazy loading and caching as
implemented with Apache DB Torque project.
Thanks
from 'directxl at yahoo dot...