Hello:

> Currently I am using plain sql queries.
> I have read that parametrized queries are faster, but would they be that 
> much faster?

More than probably yes.

> I had a single function for my app to update the db so using plain sql 
> statements make it easy for me to pass any sql string to the function and 
> update the db.

Doing so the provider will create and prepare an new command on every 
command execution, what will be too much time consuming.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to