Re: Any drivers using do() via Driver.xst? (dbd_db_do4)

2003-08-01 Thread H.Merijn Brand
On Tue 15 Jul 2003 22:56, Tim Bunce <[EMAIL PROTECTED]> wrote: > I've just spotted that the Driver.xst for do() is flawed. > The dbd_db_do4() function can't return a row count, only true or false. > > Are any drivers using it? > > To check you could grep the driver source files (*.[ch] etc) for d

Re: Any drivers using do() via Driver.xst? (dbd_db_do4)

2003-07-16 Thread Tim Bunce
On Tue, Jul 15, 2003 at 05:30:29PM -0400, Jeff Urlwin wrote: > > > > I've just spotted that the Driver.xst for do() is flawed. > > The dbd_db_do4() function can't return a row count, only true > > or false. > > > > Are any drivers using it? > > Only via generated code in ODBC.c, from ODBC.xs I

RE: Any drivers using do() via Driver.xst? (dbd_db_do4)

2003-07-15 Thread Jeff Urlwin
> > I've just spotted that the Driver.xst for do() is flawed. > The dbd_db_do4() function can't return a row count, only true > or false. > > Are any drivers using it? Only via generated code in ODBC.c, from ODBC.xs > > To check you could grep the driver source files (*.[ch] etc) > for dbd_d