Aside from comments I was also begging for +1's :-) Regards, Lukas PS: as binarycloud or metabase users might also be interested in this I am also forwarding...
Hello, ... I already thought of this but did not see much point in moving to a separate package, except in the scope of PEAR. Since Metabase itself has no...
... Great! ... Erh? Oh. Wait, like read in a SQL schema from a DB and write out XML, and use that XML to create that schema on a new DB? heheheheh ... HARR!...
Alex Black
enigma@...
Jun 20, 2003 10:04 pm
1030
I just downloaded the metabase.pdf and was wondering how up to date is this... I'd like to print it out before I go home and check it out over the weekend, but...
Hello, Finally, I have done a page for Frequently Asked Questions about Metastorage. I am preparing to announce the new Metastorage release with the forms ...
Hello, Finally I finished some documentation on using the code generated by Metastorage in your applications. This includes the use of forms handling classes...
Whatever happened to this topic? I just tested an application with metabase in place of php native db calls and I'm impressed with the API availability. I'd...
Hello, ... The problem is there is no way to assure portability of a function to return associative arrays. What happens is that different databases return...
Manuel, Thanks for replying. You are absolutely right. I checked out some of the Metabase code and I see what you mean. There is no reason to bloat the...
Hi, as some of you may have noticed I have started to commit to a new branch of MDB which will become MDB 2.0. The main goals of MDB 2.0 are as follows: 1)...
Hello, ... Metastorage will be using the direct to driver object calls but that can wait. That does not affect Metastorage generated classes API. Internally it...
As I understand it, MDB is a verbatum port of Metabase that works as a derived pear class. My main question is, why would one opt to use MDB over Metabase...
From: Wil Moore [mailto:laidbak6921@...] Sent: Friday, June 27, 2003 6:35 PM To: metabase-dev@yahoogroups.com Subject: [metabase-dev] MDB / Metabase As I...
... 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...