Well, yes, but for each query, a new prepared statement is used, as far as
I know. It would be nice if one could reuse the prepared statements, but I
would guess this cannot be done at the moment.

        Thomas

John McNally <[EMAIL PROTECTED]> schrieb am 02.02.2005 16:21:31:

> [EMAIL PROTECTED] wrote:
>
> >
> >My second question is, how I can insert or update records using prepared

> >statements. I was looking for a method
> >like doPSInsert or doPSUpdate but there aren't such methods.
> >
> >
> >
> All updates and inserts are done with prepared statements.
>
> John McNally
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to