Tonino,
Monday, October 14, 2002, 9:17:43 AM, you wrote:

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

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

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

T> The problem is that the select from the database generates :

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

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

T> What I want back is the :

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

T> The trace column is a tinyblob column...

Did you escaped special chars?
    http://www.mysql.com/doc/en/String_syntax.html



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




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