Mini-tip #19: Bind Variables

Posted in Database Support, General, Oracle by An Expert's Guide to Oracle Technology on April 23rd, 2008

LewisC's An Expert's Guide To Oracle Technology

Ok, I know you you've heard of them. Heck, in some cases, you've been beaten over the head with them. So why aren't you using them?

I've heard some people saying that it's easier to code without bind variables. Really? Concatenating strings, potentially with embedded quotes and/or varying formats, is easier than using bind variables?

I got a

Leave a Reply