... 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...
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...
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 ...
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...
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...
Hello, ... Metabase provides functions for creating sequences, droping sequences, getting the next value and get the current value (if possible). Creating and...
Why ist his needed (in the metabase_database.php file)? Function GetTextFieldValue($value) { $this->EscapeText($value); return("'$value'"); } using this i end...
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...
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...
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...
... but why this? Lukas Smith smith@... _______________________________ DybNet Internet Solutions GbR Alt Moabit 89 10559 Berlin Tel. : +49 30 83 22 50...
Nevermind ... you are right and I am an idiot :-) This release I am working on is killing me :( Lukas Smith smith@... _______________________________ ...
Hello, ... Yes, MySQL-Max is not yet stable for production environments. Anyway, did it pass driver conformance tests with magic quotes Off in phpinfo()? ...
... Manual, ... couldn't ... am ... handle ... Wonderful stuff ... sequences, ... Yes, I have found these and used them successfully. ... the ... same ... type...
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...
... 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. ...
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 :...
metabase-dev@yahoogro...
Dec 11, 2001 4:56 am
422
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 :...
metabase-dev@yahoogro...
Dec 11, 2001 4:57 am
423
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 :...
metabase-dev@yahoogro...
Dec 11, 2001 4:58 am
424
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 :...
metabase-dev@yahoogro...
Dec 12, 2001 10:28 pm
425
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...
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 :...
metabase-dev@yahoogro...
Dec 18, 2001 6:12 am
427
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 :...
metabase-dev@yahoogro...
Dec 18, 2001 6:14 am
428
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...
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...
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...
Hello, ... Thank you for the support. Despite my efforts to have only one database abstraction layer officially sanctioned in PHP distribution, some people ...
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?...