On Monday 22 August 2005 15:30, Darrell Cormier wrote:

<SNIP>
>
> Yes, thank you again.  I had just upgraded and tested it about the time I
> got this message.  The loggin is working fine now.
>
> Now I get this for the log output:
>
> /usr/sbin/mysqld-max, Version: 5.0.11-beta-Max-log. started with:
> Tcp port: 3306  Unix socket: /var/lib/mysql/mysql.sock
> Time                 Id Command    Argument
> 050822 15:26:20       1 Connect     [EMAIL PROTECTED] on ltz
>                       1 Prepare     [1] select product from lth where
> (facility = ? and lot = ? and trn = "LOGI" )
>                       1 Execute     [1] select product from lth where
> (facility = 'X' and lot = '5028368\0èïÿ¿êX' and trn = "L
> OGI" )
>
>
> So now I just have to figure out what is wrong with my code that is causing
> it to cut off the "TEX6" from the facility and getting extra characters on
> lot.
>
>
> Thanks again for your help,
> Darrell Cormier

I finally got everything worked out.  I was initializing some variables at the 
wrong place in the code and it was messing up my string lengths.

Thanks again for the help everyone provided.

Darrell Cormier


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to