Originally posted by DimPrawn
Originally posted by AtW
Like my comment about SQL, sometimes the best way to do something is simply using pure ANSI SQL, e.g, bulk update etc. "UPDATE blah blah blah WHERE...", sometimes you need another sort of control.
In which case why b*rstardise the thing and add TSQL/PLSQL etc. as a hack, instead of simply leaving it to do what it does best and using something like ADO etc. to access a resultset when you need to manipulate things in another way?


.
Comment