can not read from pipe

2006-05-17 Thread baynaa
-p syslog < mysql.pipe It does not give any error message. The is no error message in MySQL log, either. When I execute the INSERT statement manually, it works. I have MySQL-server-4.1.19 installed from rpm. Can anyone tell me, what is the problem? Best Regards, Baynaa.

Building Client Program

2006-03-02 Thread baynaa
nt i; sprintf(mysqlquery,"SELECT fromDomain,fromAddress FROM user WHERE userName=\'[EMAIL PROTECTED]'",Username,Domain); mysql_query(conn,mysqlquery); res_set = mysql_store_result(conn); . Can anyone tell me, how can I compile this code. BR, Baynaa.