HI ALL,

I have an interesting question :  I have a program that does dumps
information to a flat file ( a lot of information) and a another that
runs as as daemon and inserts the data from the flat file into a mysql
server.  a line from the flat file looks like :


TIME="20021010 15:28:53.059", INSTANCE=254, DIRECTION="Tx",
SEQUENCE=4725054, TRACE=161002430001001003540e16

the daemon then creates a insert statement from the flat file and
inserts it.

The problem is that the select from the database generates :


+--------------+
| trace        |
+--------------+
| uoaC         |
+--------------+
1 row in set (0.02 sec)

Why is the data being converted ??? Or is it ???

What I want back is the :

161002430001001003540e16 from the TRACE section in the flat file ???

The trace column is a tinyblob column...

Any suggestions or help would be greatly appreciated ...




---------------------------------------------------------------------
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