course.
>Thanks
>
>-Original Message-
>From: Will French [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, September 25, 2001 1:12 PM
>To: George Eric R Contr AFSPC/CVYZ; [EMAIL PROTECTED]
>Subject: RE: Inserting Numeric Data with the C API
>
>
>I searched pretty th
CTED]]
Sent: Tuesday, September 25, 2001 1:12 PM
To: George Eric R Contr AFSPC/CVYZ; [EMAIL PROTECTED]
Subject: RE: Inserting Numeric Data with the C API
I searched pretty thoroughly for a way to access mysql data in their native
field types (e.g. an int field I wouldn't have to use atoi()/it
file (and
then load it, of course). I found this method had performance advantages.
> -Original Message-
> From: George Eric R Contr AFSPC/CVYZ
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 25, 2001 3:00 PM
> To: [EMAIL PROTECTED]
> Subject: Inserting Nume
Hi,
Is there anyway to do this other then copying a representation of the data
into the query string?
This just seems pretty inneffiecient (making an extra copy of the data) &
error prone (getting the representation right when you copy it to the
string).
Thanks
Eric
--