guy said:
has anyone used LLBLGEN pro for real apps?
i have tried it a little and it seems like gods gift but i would like to
hear other peoples opinions
It's been used for over a 100 very large scale applications already
(100-1000 tables or even more). Thanks for the compliments
ps how do you persuade your dbas that its ok not to use stored procs?
THis can be a hard case, but most concerns of DBA's are related to a couple
of things:
1) speed
2) security
1) is not an issue as all SQL is generated with parameters and all SQL is
build to do just as little as what's required and taylored towards the task
to perform. Parameterized queries are cached as stored procs, there is no
difference in that
2) security is not an issue either, as you can still use views/procs if you
like for sensible data (views are read-only), just not the entities with
procs. Futhermore, security is not something that comes with 'stored
procedures', but with correctly applying role based security in SqlServer for
example. If your DBA has any questions, please send them to us, we're happy
to help you
Use: support at llblgen dot com
Frans.