Hi,
I personally use all SQL statements if I can and just execute them at the database using a connection.execute method. I always feel that if it is possible without using special objects it must be quicker (SQL statements being just pure text).
Hope this is useful?
DJ




Reply With Quote