stored procedures

Posts   
 
    
netk
User
Posts: 1
Joined: 01-Jul-2005
# Posted on: 01-Jul-2005 05:09:20   

Ive have not had too much time to look at this yet, so a newby question......

Stroed procedures........ does this product generate insert update delete statements or is there a recommended product to do this ? ????

Thanks

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 01-Jul-2005 09:28:59   

LLBLGen Pro generates the proper insert/delete/update queries on the fly. These queries are parameterized, so no chance for sql injection attacks, and are special taylored for the task they have to do, and are optimal for that special purpose. The parameterization also makes sure they're cached in the database, so their execution plans are re-used.

Frans Bouma | Lead developer LLBLGen Pro