First  |  Prev | 
Pages: 7 8 9 10 11 12 13 14 15 16 17
HELP! PHP 4.4.4 and MySQL 4.1 - Can't find php_mysql.dll
I'm using Windows 2003, IIS and PHP 4.4.4 with MySQL 4.1. I had this same setup on a server that got corrupted by a virus. I can't use any of the files from the old setup so I'm trying to reinstall the same versions. However, I can't find a php_mysql.dll file that will work. All of the zip packages I download from ... 3 Sep 2009 05:26
oci_connect returns warning if provided with the 4th param(charset)
Hi all, I used the following in my code ..... oci_connect('$user','$pass',$connectionString,'UTF8'); ..... and got the following warning: Warning: oci_connect() [function.oci-connect]: Invalid character set name: UTF8 I tried many times and found it could only work when I removed 'UTF8' or replaced... 24 Dec 2008 09:01
Retreving X, Y, Z from the Geometry column in oracle 10g
Dear all , I am stick since 2 days at the same point, I am using 10g, PHP my problem now is how to fecth the X, Y , z coordinates from the geometry column to view it on my web page, i don't understand the (SDO_ORDINATES), what is its type & how i can deal with it. my simple code is: $conn=oci_connect('User','pass'... 20 Feb 2008 04:28
PHP + PostgreSQL: invalid byte sequence for encoding"UTF8"
> My guess is that your PHP is not setup to handle UTF8, and is really sending something else. UTF8 is the default client encoding because that is the encoding of the database. It does not mean that PHP has set the right one. Before running your test, try executing this: "SET client_encoding TO LATIN1;" and... 21 Jul 2007 21:02
odbc problem
Is odbc_num_fields return any value ? You can disable the warnings in php.ini file. Please let me know if that helps... ----- Original Message ----- From: ""bedul"" <landavia81(a)gmail.com> Newsgroups: php.db To: <php-db(a)lists.php.net> Sent: Monday, March 12, 2007 10:21 AM Subject: Fw: odbc problem ... 12 Mar 2007 21:15
array field type
Hi, I want to know is there any db server around there for store php arrays natively. Regards Sancar ... 6 Mar 2007 14:49
OLAP Multidimensional databases and PHP
Hello... I'm the kind of PHP guy that people is scared of... i am Too curious :D. So lately at the company i've been working for like 6 months, they are going to migrate a OLAP program, to vb.net, since i think php could do a better work... since it can be expanded... well i was looking for information about h... 6 Feb 2007 11:12
Oracle Intermittent Connection Problem
G'day, I've got a number of PHP4 scripts that work just fine under PHP4 on a Tru64 Unix server. Moving these over to PHP4 running on a Mac OS X server, I find that the OCILogin function intermittently fails [1] with the following error message: Warning: ocilogon(): OCIEnvNlsCreate() failed. There is something ... 17 Oct 2006 21:57
Error ANSI_NULLS and ANSI_WARNINGS when calling MSSQL stored procedure
Hello, I got the following error message when calling a stored procedure on MSSQL 2000 server: "Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query. [20018] (severity 5)". ... 4 Apr 2006 20:14
Oracle / Random errors
Hi, i try to connect my PHP application with Oracle. But i have some random errors (with the function OCIStmtExecute) : ORA-12152: TNS:unable to send break message ORA-03114: not connected to ORACLE sometimes it works well, sometimes not (for the same query) Random errors appear for all queries (sim... 16 Feb 2006 20:10
First  |  Prev | 
Pages: 7 8 9 10 11 12 13 14 15 16 17