[PHP-DB] same connection to access two different database?

2002-01-29 Thread Vincent Ma
) Vincent Ma -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] PostgreSql query help....

2001-11-19 Thread Vincent Ma
"select nextval()"; do anyone know how to get current sequence number, in php. Thank for your help Vincent Ma -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] [PHP-PostgreSQL] table & field name case senstive problem

2001-11-13 Thread Vincent Ma
compid from table" Thus, I got error message said "no attribute **compid***". the field or table become lower case. Is anyone know how to prevent pg_exec case conversion. I guess may put some special character around the field name. Thank for any help Vincent Ma -- PHP Dat