On 2/14/07, Ed Leafe <[EMAIL PROTECTED]> wrote: > Then tell you what: you provide me with a list of every possible > 'bad' name that will need quoting, and I'll write the code to check > every table and field name against that list, and only add quotes if > it's in that list.
Point taken. Way too much processing time, switching, searching to detect all possible crazy characters (what characters in UTF-8 need to be escaped? Malay? Canadian?). Better to escape everything, imo, although it does make the SQL a little more difficult to read. -- Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
