C
Crystal
I have one particular form in my database that is
notoriously slow. It's not control heavy but there is a
lot of code behind it. Much of it is updating a table via
DAO. I was wondering if it would be any faster to use SQL
commands (db.Execute(strSQL)) or a stored update query?
Are stored update queries or SQL statements faster than
DAO?
Crystal
notoriously slow. It's not control heavy but there is a
lot of code behind it. Much of it is updating a table via
DAO. I was wondering if it would be any faster to use SQL
commands (db.Execute(strSQL)) or a stored update query?
Are stored update queries or SQL statements faster than
DAO?
Crystal