... It took a bit of studying, but in about an hour I was able to not only work with databases using Metabase, but I also understood its methods and how to...
From: Wil Moore [mailto:laidbak6921@...] Sent: Tuesday, July 01, 2003 10:49 PM ... "It took a bit of studying, but in about an hour I was able to not...
Hello, ... I have difficulty to understand why this is important to MDB/Metabase. I can see the interest of that if you want to use something else than ...
Hello, Metastorage generates form handling classes In the continuation of the work to achieve further reduction of application development efforts, the new...
I've tried the example from metabase tutorial with a database already created (not designing with XML) and I've an error : PHP Fatal error: Call to undefined...
Hello ... Here it should be also: require("C:\metabase\metabase\metabase_database.php"); ... And here it should be: "IncludePath"=>"C:\metabase\metabase" -- ...
Thank you very much, I've find out this problem few minutes after sending the message, i'm really stupid ! I've tried a query to the database but the résult...
Hello, ... As explained in the documentation, that means it failed. Use the $db->Error() function to retrieve the explaining error message. That is ...
I've tried to update BLOB in my database with the script given in the metabase tutorial but it seems there is a problem with the MetabaseCreateLOB method. I...
Hello, ... Do you include metabase_lob.php ? That is where the LOB API is defined. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP ...
Hi all - thanks Manuel for a great abstraction layer. I've been using it with mysql w/ out problems for a while now. However, I'm trying now to get it to work...
Hello, ... Metabase assumes that you have installed the schema with the schema management functions. In the case of dates in MSSQL, these are created as length...
Hi, Thanks for the responses! See below for comments. ... the ... Ahhh.. that makes sense. ... current ... ISO, ... date ... option to ... I stumbled across...
Hello, ... I think that only solves one side of the problem which is converting ISO dates to the current database format. However, it would not solve the ...
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...