[PHP-DB] Problem with dsn

2002-09-11 Thread Gian Michele
I have installed on my computer : Apache 1.3 Php 4.1.2 Postgresql the rpm of odbc and the unixODBC. I tried to connect to my database after done all configurations; I used the function odbc_pconnect('name_of_my_database','','') and the system gives me this error "Warning: SQL error: [unixODBC][

[PHP-DB] PHP, Oracle and iso-8859-1 characters

2002-02-26 Thread michele campeotto
atform infos: Red Hat Linux Apache 1.3.20 PHP 4.1.1 (accepting ISO-8859-15 and UTF-8) Oracle 8.1.7 (using UTF-8 encoding, accessed using the OCI API) I'd be really happy to have even the slighties hint about the issue Thanks in advance Michele P.S. I'm not on

[PHP-DB] R: [PHP-DB] configuring php for oracle...

2002-02-22 Thread Michele Azzolari
Hi, First of all, have you installed Oracle 8.0.5 or Oracle 8.1.* client on your web server? If you use php for Win you only need to load php_oracle.dll for Oracle 7.* and 8.0.*, or php_oci.dll for oracle > 8.1.* I use win2k with apache1.3.20,php4.0.6,Oracle 8.1.7.1.1 and I have no problem Mik

[PHP-DB] R: [PHP-DB] Problem connecting to db on Linux

2002-02-18 Thread Michele Azzolari
Hi to all I'm a new one To connect to mysql server I use Miki -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Beginner query about mysql...

2002-02-17 Thread michele
I have a table with a ID field 'auto_increment', when i insert a record in the table, how can i know the value of the ID inserted by the mySQL? Thank's, Michele. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php