... gather ... unsure ... and so I have done :-) http://www.psiweb-guide.aa.psiweb.com/MySQL/manual/manual_Performance.ht ml#Row_format so it really seems to...
406
Manuel Lemos
mallemos
Dec 3, 2001 10:41 pm
Hello, ... Ok, I was not aware. Anyway, it seems that MySQL does not support real CHAR and VARCHAR fields as it strips all trailing spaces, and it is not only...
407
dbweingart
Dec 7, 2001 7:12 pm
Manuel, Is the LOB support in the beta version of Metabase (in the files area) fully functional? I'm having trouble getting it to work as described in the ...
408
Manuel Lemos
mallemos
Dec 7, 2001 7:30 pm
Hello, ... I am glad that you reminded me because it no longer beta since a month ago. Please download the production version from the PHP Classes site. I will...
409
Jason Lotito
jason_lotito
Dec 8, 2001 5:10 am
Having done a read through on the Tutorial, looked through the Manual, and searched the archives on this (though I am not saying I couldn't have missed it), I...
410
Manuel Lemos
mallemos
Dec 8, 2001 5:41 am
Hello, ... Metabase provides functions for creating sequences, droping sequences, getting the next value and get the current value (if possible). Creating and...
411
Lukas Smith
dybvandal
Dec 8, 2001 6:47 pm
Why ist his needed (in the metabase_database.php file)? Function GetTextFieldValue($value) { $this->EscapeText($value); return("'$value39;"); } using this i end...
412
Lukas Smith
dybvandal
Dec 8, 2001 7:00 pm
Hmm Anyways this is also set: In the general database class var $escape_quotes=""; in the mysql driver var $escape_quotes="\\"; finally it should obviously...
413
Manuel Lemos
mallemos
Dec 8, 2001 7:48 pm
Hello, ... Because it is shared by many database drivers. ... With this function only single quotes and the backslashes are escaped. ... You can, but why would...
414
Manuel Lemos
mallemos
Dec 8, 2001 7:51 pm
Hello, ... It isn't this function. ... If you are thinking about BLOBs, AddSlashes is used for those because it escapes NULs too. Regards, Manuel Lemos...
415
Lukas Smith
dybvandal
Dec 8, 2001 8:30 pm
... but why this? Lukas Smith smith@... _______________________________ DybNet Internet Solutions GbR Alt Moabit 89 10559 Berlin Tel. : +49 30 83 22 50...
416
Lukas Smith
dybvandal
Dec 8, 2001 9:14 pm
Nevermind ... you are right and I am an idiot :-) This release I am working on is killing me :( Lukas Smith smith@... _______________________________ ...
417
Manuel Lemos
mallemos
Dec 8, 2001 11:46 pm
Hello, ... Yes, MySQL-Max is not yet stable for production environments. Anyway, did it pass driver conformance tests with magic quotes Off in phpinfo()? ...
418
jason_lotito
Dec 9, 2001 4:14 am
... Manual, ... couldn't ... am ... handle ... Wonderful stuff ... sequences, ... Yes, I have found these and used them successfully. ... the ... same ... type...
419
Lukas Smith
dybvandal
Dec 9, 2001 12:21 pm
Ah no ... the blob issues remain on windows I even upgraded the mysql vesion to the latest stable 3.23.x The phpinfo() which I echoed in the driver_test.php...
420
dbweingart
Dec 10, 2001 2:27 pm
... My mistake, I had forgotten that the production version has already been released. ... My difficulty was that I was running the beta from the files area. ...
421
metabase-dev@yahoogro...
Dec 11, 2001 4:56 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
422
metabase-dev@yahoogro...
Dec 11, 2001 4:57 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
423
metabase-dev@yahoogro...
Dec 11, 2001 4:58 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
424
metabase-dev@yahoogro...
Dec 12, 2001 10:28 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
425
Manuel Lemos
mallemos
Dec 12, 2001 10:57 pm
Hello, As you may have noticed Hervé HERITIER has been kind enough to provide PDF versions of the Metabase manual as well of a version translated to French of...
426
metabase-dev@yahoogro...
Dec 18, 2001 6:12 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
427
metabase-dev@yahoogro...
Dec 18, 2001 6:14 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
428
Manuel Lemos
mallemos
Dec 18, 2001 7:36 am
Hello, Metabase published API has always been a bunch of functions named with Metabase prefix and having a database handler integer value as their first...
429
Manuel Lemos
mallemos
Dec 23, 2001 8:54 am
Hello, ... I have finally made time to check this on Windows with mysqld-max 3.23.46 server and all worked fine. Anyway, I fixed a bug before in the driver...
430
Lukas Smith
dybvandal
Dec 23, 2001 3:58 pm
Yes, I will test it tomorrow. Looking forward to that release. Best regards, Lukas Smith smith@... _______________________________ DybNet Internet...
431
Manuel Lemos
mallemos
Dec 24, 2001 9:03 am
Hello, If you are reading this and do not know what is Metabase, be aware that it is PHP database abstraction package for developing truely portable database...
432
Manuel Lemos
mallemos
Dec 24, 2001 5:00 pm
Hello, ... Thank you for the support. Despite my efforts to have only one database abstraction layer officially sanctioned in PHP distribution, some people ...
433
Lukas Smith
dybvandal
Dec 28, 2001 7:44 pm
Hi, just wanted to tell you that the lob test still fails on my laptop win box MySQL 3.23.46-max-debug PHP Version 4.0.6 Windows NT 5.0 build 2195 ...
434
Manuel Lemos
mallemos
Dec 28, 2001 11:04 pm
Hello, ... I have just tried it again and it works without problems. The only difference is that I am running Windows 98. Can you please test it on Windows 98?...