in reply to Re^3: untainting or encoding for shelled sqlplus update
in thread untainting or encoding for shelled sqlplus update

They have to be, because escaping is handled differently in the various DBs out there

If that was it, they'd be database driver handle methods instead of database handle methods.

Relevant information such as the character encoding can be specific to the actual database, not just to the database driver.

  • Comment on Re^4: untainting or encoding for shelled sqlplus update