On Tue, 2004-03-02 at 11:55, Andrew Piskorski wrote: > Huh? Are you saying that bind variables and stored procedures are in > some way comparable to or a replacement for each other? How does that > work?
No they are not comparable. Maybe it could work for insert/update/delete, but looks not fun. I just read that pg inserts are faster than Oracle inserts using bind vars, so maybe it is really worth going for the bind var support after all. tom jackson -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
