RE: [PHP-DB] Excel Formulas

2004-08-09 Thread Gilmore, Corey (DPC)
-Original Message- From: Norma Ramirez [mailto:[EMAIL PROTECTED] Sent: Monday, August 09, 2004 4:54 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Excel Formulas Hi all, I need to integrate an aplication runing under Linux and postgresql with Excel formulas, I mean while I insert

RE: [PHP-DB] MySQL software question

2004-07-28 Thread Gilmore, Corey (DPC)
I've used ERWin recently with MySQL 4.1.x and it works well. It's fairly expensive, but they do have demo versions available. As with any WYSIWYG program you'll probably want to clean up the final product before using it. -Original Message- From: Mikhail U. Petrov [mailto:[EMAIL

RE: [PHP-DB] Getting PHP for Windows to talk to MS SQL?

2004-07-23 Thread Gilmore, Corey (DPC)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 23, 2004 4:07 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Getting PHP for Windows to talk to MS SQL? I'm trying to get PHP (for Windows) to talk to MS SQL Server. This is proving to be

[PHP-DB] mysqli/Statement isn't valid anymore in x.php line #

2004-07-19 Thread Gilmore, Corey (DPC)
Hello, Is anyone familiar with what would cause an error like this: Warning: Statement isn't valid anymore in includes\import.inc.php on line 810 I'm using MySQL 4.1.2a, PHP 5.0.0 with Apache 2.0.50. All tables are InnoDB format. The calling function is: function insert_phone($ContactID) {

RE: [PHP-DB] mysqli/Statement isn't valid anymore in x.php line #

2004-07-19 Thread Gilmore, Corey (DPC)
John Holmes wrote: Gilmore, Corey (DPC) wrote: Is anyone familiar with what would cause an error like this: Warning: Statement isn't valid anymore in includes\import.inc.php on line 810 1. Which line is 810? That's going to really help someone determine why you may be getting