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 web
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\"
um, the errors might be helpful
bastien
From: "NIPP, SCOTT V (SBCSI)" <[EMAIL PROTECTED]>
To:
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.
$query2 = "SELECT AllMi
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, vis
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 or