Manuel, I'm working on a opensource PHP/XML application framework using Metabase as abstraction layer. Since the project is attracting other developers around...
Hello, ... Yes, the licence is the same. BTW, Metabase manual is generated with MetaL. This means that the original source of the manual is in XML and is...
... blob? Difficult question. If you are taling about that kind of numbers you should use clobs. ... use ... You are aware of the basic differences between...
Hello, ... In case of doubt, use character lob fields if you expect them to be larger than 255 characters. If you expect the fields to hold many MB, do not use...
Dear Manuel and Metabase users, I've found (and fixed!) a bug in the XSL style sheet that I've contributed. ... The length of a field other than the first one...
... I forgot that in the file I've sent the CSS stylesheet is externally linked, while in the first XSL it was embedded. I'm leaving today for holidays and I...
Hello, ... Ok, just let me know when you are done. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/...
Hello, ... The user needs to specify is debug function on setup. However, if later he calls CaptureDebugOutput, MetabaseDefaultDebugOutput will be used to ...
Hello, ... I don't see any restriction. If you want to specify your own debugging function, you can do it on setup. If you just want to capture the debug ...
Hello, ... The GetFieldTypeDeclaration function takes a field definition, not the type name. Notice that the switch picks the "type" from the field definition...
Hi, just wanted to inform you all that MDB 2.x is now mostly done. Atleast what I have planned. The API has changed a lot though :-/ - A lot of methods were...
hi all, please answer me these quesions...... 1) how many maximum triggers we can make on a oracle table? 2) how many maximum procedures & functions we can ...
Hello, ... Ok. I will release a fixed version soon. Thank you for reporting. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP ...
Hello, ... These are Oracle specific issues. Please try the forums at OTN: http://otn.oracle.com/ . -- Regards, Manuel Lemos Free ready to use OOP components...
Hello everyone, I'm trying SetErrorHandler. $previous_error_handler = $mb->SetErrorHandler("myhandlerfunction"); The idea of a handler function is great, and...
Hello, ... You should never interpret error messages. Messages are meant for human beings, not programs. That are only useful for logging and posterior ...
... I know it's "evil", that's why I was asking ;-) ... Yes, thanks for the tip, I didn't know about it. I will find and fix them with the callback function....
Hello, ... What I suggested is more flexible because it would allow to log not only the query but also other context information that may be added in the ...
Hello, ... There is a driver class developed by Sergio Zia based on the MSSQL driver class. I just did not integrate it because I did not yet have add the time...
... a ... add ... me ... I may have to write an MDB sybase driver for a project. Since I will base the driver off of this work I can see that I get any issues...
Hi, the sqlite driver seems to be using sqlite_exec which only exist in C. It should rather use sqlite_query. Also I am not sure why it does some internal...
Hello, ... Metabase SQLite driver was developed by Jeroen Derks to work with the original SQLite PHP library written by Chris Burton. It is not based on the...