On Wed, Feb 18, 2004 at 03:36:29PM -0800, Tim Howell wrote: > Is there a way to retrieve the names of the columns to which placeholders will be > bound before the statement executes?
No. It's impossible in general. You may be able to parse the SQL for your specific cases. Tim.
