odbc_connect requires three parameters: you have specified just one. PHP
takes the string between the pairs of double-quotes to be just one
parameter. You will also need to specify a username and password for access
to the DB. Assuming you have none, try this:
$conn=odbc_connect("Driver={Microsoft Fox Pro Driver};Server=
127.0.0.1;Database=telefonia","","");
-----Original Message-----
From: Ricardo C. Fernandez de C. [mailto:[EMAIL PROTECTED]
Sent: 14 October 2003 15:16
To: [EMAIL PROTECTED]
Subject: [PHP-DB] ODBC
Hi all,
I have been trying to connect to a windows ODBC controller with PHP, and
after reading some of the documentation, I can't make the connection
This is the Code I'm using:
<?
$conn=odbc_connect("Driver={Microsoft Fox Pro Driver};Server=
127.0.0.1;Database=telefonia,,");
if(!$conn) { echo "Not connected"; }
?>
And i get this Warning Message:
Warning: Wrong Parameter count for odbc_connect in
c:\apache2\htdocs\od_connect.php on line 2
And of course the "Not Connected" echo message.
Any idea why is this? any good document I can read about PHP-ODBC (ODBC
in Windows) besides the official Documentation? any other idea?
Thanks,
c'ya
--
Ricardo C. Fern�ndez de C.
Fundabit - Min. de Educaci�n, Cultura y Deporte.
Caracas/Venezuela
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php