Hello, ... RegisterTransactionShutdown function in metabase_database.php . -- Regards, Manuel Lemos Free ready to use OOP components written in PHP ...
1026
Lukas Smith
dybvandal
May 27, 2003 9:57 am
... property ... few ... Ah, thx I misread the if construct when I was looking for it :-) Regards, Lukas...
1027
Lukas Smith
dybvandal
Jun 20, 2003 1:20 pm
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...
1028
Manuel Lemos
mallemos
Jun 20, 2003 2:23 pm
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...
1029
Alex Black
enigma@...
Jun 20, 2003 10:04 pm
... 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!...
1030
laidbak6921
Jun 20, 2003 11:11 pm
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...
1031
Manuel Lemos
mallemos
Jun 21, 2003 7:44 pm
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 ...
1032
Manuel Lemos
mallemos
Jun 21, 2003 7:49 pm
Hello, ... Yes, that is not upto date. Just print the HTML version. -- Regards, Manuel Lemos Free ready to use OOP components written in PHP ...
1033
Manuel Lemos
mallemos
Jun 26, 2003 4:37 am
Hello, Finally I finished some documentation on using the code generated by Metastorage in your applications. This includes the use of forms handling classes...
1034
laidbak6921
Jun 26, 2003 9:02 am
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...
1035
Manuel Lemos
mallemos
Jun 26, 2003 5:12 pm
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...
1036
Wil Moore
laidbak6921
Jun 26, 2003 5:37 pm
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...
1037
Lukas Smith
dybvandal
Jun 27, 2003 3:04 pm
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)...
1038
Manuel Lemos
mallemos
Jun 27, 2003 3:51 pm
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...
1039
Wil Moore
laidbak6921
Jun 27, 2003 4:35 pm
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...
1040
Lukas Smith
dybvandal
Jun 27, 2003 4:43 pm
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...
1041
Wil Moore
laidbak6921
Jul 1, 2003 8:49 pm
... 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...
1042
Lukas Smith
dybvandal
Jul 2, 2003 12:12 am
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...
1043
Manuel Lemos
mallemos
Jul 2, 2003 9:33 am
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 ...
1044
Manuel Lemos
mallemos
Jul 10, 2003 10:41 am
Hello, Metastorage generates form handling classes In the continuation of the work to achieve further reduction of application development efforts, the new...
1045
k_philippot
Jul 12, 2003 2:50 am
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...
1046
Manuel Lemos
mallemos
Jul 13, 2003 11:07 pm
Hello ... Here it should be also: require("C:\metabase\metabase92;metabase_database.php"); ... And here it should be: "IncludePath"=>"C:92;metabase92;metabase" -- ...
1047
k_philippot
Jul 15, 2003 9:43 pm
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...
1048
Manuel Lemos
mallemos
Jul 15, 2003 11:43 pm
Hello, ... As explained in the documentation, that means it failed. Use the $db->Error() function to retrieve the explaining error message. That is ...
1049
k_philippot
Jul 25, 2003 12:15 pm
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...
1050
Manuel Lemos
mallemos
Jul 25, 2003 12:27 pm
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 ...
1051
jamiemcclelland
Jul 25, 2003 7:42 pm
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...
1052
Manuel Lemos
mallemos
Jul 26, 2003 4:24 am
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...
1053
jamiemcclelland
Jul 26, 2003 5:47 am
Hi, Thanks for the responses! See below for comments. ... the ... Ahhh.. that makes sense. ... current ... ISO, ... date ... option to ... I stumbled across...
1054
Manuel Lemos
mallemos
Jul 26, 2003 10:11 pm
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 ...