First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17
httpd.exe crash. Apache/2.2.11 (Win32) PHP/5.2.9-2 php_mysqli.dll
Hi, Insights on possible cause/where to look please... I'm getting nowhere with this problem : Recurrent crash of httpd.exe (Apache/2.2.11 (Win32)) due php_mysqli.dll (5.2.9.9) module (according to the windows error message) in the following contexts: 1. phpMyAdmin database login screen, username & password... 3 Sep 2009 05:26
Trying to decide between MDB2 and PHP PDO
Hello all, I am trying to decide whether to use MDB2 or PHP PDO. I am sort of leaning towards using PHP PDO at the moment, but I'd rather ask some experts on their opinion. Just fyi, I am using PHP 5.2.6-1+lenny3 and mySQL on a Linux server, I have created a table of about 20 fields and loaded 20,000 rows of dat... 3 Sep 2009 05:26
Using a PostgreSQL refcursor.
Good morning. Is there a way to use a returned refcursor from PostgreSQL using PDO? I have scoured the web and have yet to find a good result. Here's a few things I've tried. This example simply does not work. ----- $database = Database::load(); // Returns a singleton object with PDO connected to the databas... 3 Sep 2009 05:26
Assigning the current value of a sequence to a variable- Postgres 8.3.6
Hello, you're not fetching the query results. $query = "SELECT currval('\"tblPeople_peopleId_seq\"')"; $result = pg_query($query) or die("Can't execute 4th query"); if ($result != false) { $row = pg_fetch_row($result); echo "person id is " . $row[0] . "<br />"; } ... 3 Sep 2009 05:26
Assigning the current value of a sequence to a variable - Postgres 8.3.6
Hello, I have a program that looks for a name in a database. If the name is found the id of the record is assigned to a variable. Later in the program that value is used to insert records associated with the name into the database using a variable called person_id. If the name is not found, then a new... 3 Sep 2009 05:26
Fix your corrupted tables / ibdata1 problem
Dear everyone, I just love list and I think I should share this information on how to fix MySQL tables that are in use and according to the articles: http://articles.techrepublic.com.com/5100-10878_11-5193721.html and http://tgrove.com/2007/12/02/innodb-operating-system-error-number-13-in-a-file-operatio... 3 Sep 2009 05:26
mysqli_multi_query error tolerance
Hello. I have a doubt about mysqli_multi_query and I couldn't find anything on the Internet addressing it. I think that mysqli_multi_query should execute all statements even if some of them fail. As far as I can tell this doesn't happen. The function stops returning results the moment it finds an error. I at... 3 Sep 2009 05:26
Compile php5-sybase_ct-5.2.9 with freetds-devel-0.82.1_1,1in FreeBSD ports will Failed!
Hello; I had several problem installing Sybase 15 64 bit with php 5, I was using sybase open client libraries and with some twinking I got it to work, with compile warnings. Have you tried the native Sybase client libraries? steven. James Chang wrote: Dear Sir, I'm running almost 300... 3 Sep 2009 05:26
Compile php5-sybase_ct-5.2.9 with freetds-devel-0.82.1_1,1 in FreeBSD ports will Failed!
Dear Sir, I'm running almost 300 boxes of FreeBSD with PHP 5.2.9 as my Web Application front-end. Because my backend DB Server is Sybase ASE 15.0.2, I need to re-build my php5-sybase_ct-5.2.9 with FreeTDS 0.82(or above). Or I will encounter truncated problem when column type is Char(n), VarChar(n), Binar... 3 Sep 2009 05:26
Cannot find mysqlnd.dll in Windows distribution
Hello, (I hope I am posting to the PHP databases mailing list. I have tried getting automated help and contacting the list owner, but I just get weird automated replies. If I am not going about this correctly, do let me know.) I have read with interest about the new mysqlnd library, which is an alternat... 3 Sep 2009 05:26
First  |  Prev |  Next  |  Last
Pages: 6 7 8 9 10 11 12 13 14 15 16 17