On Thursday 18 August 2005 17:52, Gleb Paharenko wrote:
> Hello.
>
> I've modified your source code, and it works now. Use diff to see the
> changes.
>
<snip>

Thank you, but I made the changes and I still get no returned data.  Below is 
the contents of the logfile when I run my program.  It appears that the 
parameters are not getting sent to MySQL.  Am I reading this correctly?  Do 
you think that my version of MySQL may be to old to operate properly with 
prepared statements?

# more mysql_log
/usr/sbin/mysqld, Version: 4.1.11-standard-log. started with:
Tcp port: 3306  Unix socket: /var/lib/mysql/mysql.sock
Time                 Id Command    Argument
050819 13:39:32       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 
=
 ? and lot = ? and trn = "LOGI"


Thanks,
DC


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

Reply via email to