RE: AW: [PHP] How to argue with ASP people...

2004-12-31 Thread Max Michaels
QUOTE And if you believe ASP.NET only provides a few benefits, then you are adequately informed, my friend Freddie /QUOTE I agree completely! Max Michaels Systems Engineer Right Media LLC -Original Message- From: Freddie Sorensen [mailto:[EMAIL PROTECTED] Sent: Friday, December 31

php mysql library and mysql 4.1.x

2004-12-31 Thread Max Michaels
the developers re-write the application using mysqli instead of mysql, but this is a very time sensitive issue. Any opinions/ideas appreciated? Regards, Max Max Michaels Right Media, LLC  |  276 5th Avenue, Suite 605  | New York , NY 10001 xxx.xxx. | [EMAIL PROTECTED] | www.rightmedia.com

slow query issues

2004-12-08 Thread Max Michaels
appreciated. Regards, Max Max Michaels Right Media, LLC  |  276 5th Avenue, Suite 605  | New York , NY 10001 212.561.6475 | mmichaels {at} rightmedia.com | www.rightmedia.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

RE: BETWEEN

2004-04-20 Thread Max Michaels
Hello: I am trying to measure the difference between a single insert statement of 10,000 rows and 10,000 insert statements. It is easy for me to see the single statement takes about 2 seconds. However I can come up with no good way to get the total time for individual statements. Can anyone