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()/itoa() on) and
came up with nothing.  If you are processing large amounts of data you may
want to do what I did which was to make my program build a load 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 Numeric Data with the C API
>
>
> 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
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to