Connection Failure

2005-09-17 Thread Darrell Cormier
experienced this? Any ideas? Thanks, Darrell Cormier -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Connection Failure

2005-09-17 Thread Darrell Cormier
will just use the OLD_PASSWORD() function for now until I have more time to address the old DBI/DBD. Thanks, Darrell Cormier -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: prepared statement problems

2005-08-22 Thread Darrell Cormier
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 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: prepared statement problems [SOLVED]

2005-08-22 Thread Darrell Cormier
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

Re: SQL statement generated from prepared statement

2005-08-19 Thread Darrell Cormier
On Thursday 18 August 2005 16:37, Gleb Paharenko wrote: Hello. These links might be helpful: http://dev.mysql.com/doc/mysql/en/query-log.html http://dev.mysql.com/doc/mysql/en/debugging-client.html http://dev.mysql.com/doc/mysql/en/debugging-server.html Use a fresh version of

Re: prepared statement problems

2005-08-19 Thread Darrell Cormier
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

Re: prepared statement problems

2005-08-18 Thread Darrell Cormier
. Regards, Darrell -- Darrell Cormier [EMAIL PROTECTED] Registered Linux user #370711 http://counter.li.org // The following is my code// /// #ifdef HAVE_CONFIG_H #include config.h #endif #include iostream #include cstdlib #include msql_conn_env.h #define

Re: prepared statement problems

2005-08-18 Thread Darrell Cormier
/ Developer: Darrell Cormier Date : 10-Aug-2005 App Name : msql_conn_env Purpose : Test MySQL connection using an environment variable for the connection string

Re: prepared statement problems

2005-08-18 Thread Darrell Cormier
of this email. However, I have also attached the file. Since I am not sure if the list will accept files, I have also copied you on this message. Please forgive me if this is not what you intended. Kindest regards, Darrell Cormier -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: prepared statement problems

2005-08-18 Thread Darrell Cormier
returned. Thank you for your help. I will keep searching. Regards, DC -- Darrell Cormier [EMAIL PROTECTED] Registered Linux user #370711 http://counter.li.org -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

SQL statement generated from prepared statement

2005-08-18 Thread Darrell Cormier
Is there a way to get MySQL to report the SQL statement it receives from a prepared statement execution (from a program using the C-API )? I am wondering what the SQL statement looks like that is being generated from my program to help debug it. Thanks, DC -- Darrell Cormier [EMAIL

prepared statement problems

2005-08-17 Thread Darrell Cormier
= ? and trn = \LOGI\ }; I am unable to get any data back. I have enclosed my source code below. Does anyone see where I have made a mistake that would prevent this from working properly. Sorry for the length. I will greatly appreciate any assistance I can get. Regards, Darrell -- Darrell

Re: Newbie problem

2004-12-19 Thread Darrell Cormier
://valgrind.kde.org/ ( or use your favorite memory error detection tool), and see what it says. Thanks, that truly was the problem. I found that another sprintf() statement was overwriting the first. I will try some of the alternatives you have listed. -- Darrell Cormier Registered Linux user

Newbie problem

2004-12-17 Thread Darrell Cormier
) -- Again, If I copy the output of the insert statement above and paste it into the query frame of mysqlcc for this particular table, it processes fine and inserts the data. Anyone able to give me a hint?? -- TIA, Darrell Cormier Registered Linux user #370711 http://counter.li.org