Hi;
I am considering buying/using LBLGen and have a couple of questions:
1) Can I create my code using Sql Server - but the code will then run on any supported database?
2) Can LBLGen create the database or do we need to use a tool like ErWin to create schema scripts that are then used to create the database structure?
3) Can I use this in a very lightweight manner. I don't want a product like Hibernate that is caching, pooling, etc. I want something where I will open a connection, start a transaction, perform a could of inserts and/or updates, commit/close, and I'm done. I remain responsible for lazy reads/write, what's dirty, etc.
??? - thanks - dave