RE: Inserting Numeric Data with the C API

2001-09-25 Thread Christopher R. Jones
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

RE: Inserting Numeric Data with the C API

2001-09-25 Thread George Eric R Contr AFSPC/CVYZ
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

RE: Inserting Numeric Data with the C API

2001-09-25 Thread Will French
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

Inserting Numeric Data with the C API

2001-09-25 Thread George Eric R Contr AFSPC/CVYZ
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 --