Re: [PHP-DB] OCI8 and Listener

2001-01-17 Thread R Maier
Hi. Stefan the returned error is TNS-12162 TNS:service name is incorrectly specified Cause: The connect descriptor corresponding to the service name in TNSNAMES.ORA is incorrectly specified. Action: Make sure there are no syntax errors in the connect descriptor. Particularly look for unmatched

[PHP-DB] multiple delete

2001-01-17 Thread Cahyo S. Aji
What is the query to delete multiple rows from a table or multiple tables? Is there any simple queries to do it? _Ajik_ -- 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

[PHP-DB] MSSQL not working NT4/IIS4/MSSQL6.5

2001-01-17 Thread Robert
I installed IIS, MySQL and php on my Win 2000 machine, set the variables in php.ini. When i do a phpinfo(); it returns that MSSQL is active I then installed php on the company NT Server with IIS and MSSQL. When I do a phpinfo(); MSSQL is nowhere to be seen I copied my php.ini from the

[PHP-DB] HELP ! Connect to MySQL

2001-01-17 Thread Rosen
Hi, When I try to connect to MySQL server i get error code "10060" ! Please HELP! -- 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] Question, using Interbase on Win32 platform, please help...

2001-01-17 Thread
Hi, My Server is Windows 2000 ( Advanced Server ). I use Apache WebServer(1.3.12) and PHP 4.0.2 I use Interbase 5.6 Server, PHP module (extension) not loading problem. My PHP root is "c:\php" My PHP.INI, this extension_dir="C:\php\extensions" . .

[PHP-DB] memo field porting

2001-01-17 Thread Ronnie Esguerra
Hi, How can a port my memo fields in a dbf file to a Postgres table? Ronnie -- 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] Help - removal of trailing zeros from double integer field

2001-01-17 Thread ravi
Dear friends, I am accessing MySQL database using apache and php. I have to display a double integer field without trailing zeros. The number of digits after the decimal point varies. I have tried searching the archive and did not get any previous questions. Kindly help me in this regard.