On Wed, 18 Feb 2004, Tim Howell wrote: > Is there a way to retrieve the names of the columns to which > placeholders will be bound before the statement executes? >
What database are you using because if it you are using MySQL, it <em>might</em> be possible in some later version of the db, though the ability to pull this information would need to be added to the driver. And if you had this, how would you plan on using it? Rudy
