Jacek Becla <[EMAIL PROTECTED]> wrote on 07/21/2005 02:47:20 PM: > Hi, > > Is there a way to insert binary data representing numbers > directly into (preferably MyISAM) table. We are trying to > avoid conversion from ASCII to float/double/int... > > Thanks, > Jacek > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] >
It depends, are you dealing with floating point or integer values? For floating point (real) values, I think you are stuck going through ASCII to get the data into MySQL. For integer values, what are you worried about? Shawn Green Database Administrator Unimin Corporation - Spruce Pine
