[PHP-DB] DB Connect with SCALA script

2005-03-23 Thread Doug Finch
I am looking at a project right now that is supposed to connect a local access chanel server (not server 2K only Win2K proprietary Scala server) to a MySQL database. I have called the company and they say it's possible although they have never deployed it with MySQL only MSSQL. I have a

[PHP-DB] MySQL query problems...

2005-03-23 Thread NIPP, SCOTT V \(SBCSI\)
I am getting errors for the following queries. This query seems to work fine in phpMyAdmin. $query2 = SELECT AllMid_Data.CPU_Hostname FROM AllMid_Data, accounts WHERE AllMid_Data.CPU_IN_SVC = \Y\ AND AllMid_Data.CPU_DNS = \sbcld.sbc.com\

RE: [PHP-DB] MySQL query problems...

2005-03-23 Thread Bastien Koert
um, the errors might be helpful bastien From: NIPP, SCOTT V (SBCSI) [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] MySQL query problems... Date: Wed, 23 Mar 2005 17:18:44 -0600 I am getting errors for the following queries. This query seems to work fine in phpMyAdmin.

Re: [PHP-DB] dbase and Debian

2005-03-23 Thread Leo G. Divinagracia III
Ricardo Markiewicz wrote: Unfortunately, I can't convert the dbf files to SQL tables, so, i need dbase support in PHP :( connect via ODBC, perhaps? then ADOdb or PEAR it? -- Leo G. Divinagracia III [EMAIL PROTECTED] z -- PHP Database Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-DB] dbase and Debian

2005-03-23 Thread Luis Morales
Leo G. Divinagracia III wrote: Ricardo Markiewicz wrote: Unfortunately, I can't convert the dbf files to SQL tables, so, i need dbase support in PHP :( connect via ODBC, perhaps? then ADOdb or PEAR it? you can do that. why not try with an class from phpclasses.com. I use dbf to mysql