Hello, I have just uploaded the first beta release of metabase. Look here. You may have to register with eGroups to login. ...
Manuel Lemos
mlemos@...
Dec 1, 1999 8:34 am
21
Hello, Finally I finished the documentation of Metabase API. It may be found at: http://www.egroups.com/docvault/metabase-dev/ The HTML documentation is almost...
Manuel Lemos
mlemos@...
Dec 6, 1999 8:17 am
22
Hello, Finally, I have simplified the XML format and updated the Metabase database description format parser. The new test.xml file demonstrates how it looks ...
Manuel Lemos
mlemos@...
Dec 12, 1999 12:11 am
23
Hello, I have just added support for 3 new Metabase data types for completeness: FLOAT, DECIMAL and TIME. Later I will document these as part of the work of...
Manuel Lemos
mlemos@...
Dec 13, 1999 8:12 am
24
Hello Pedro, This is the Metabase development mailing list now. Welcome. We only speak english here. ... The current beta version is available at: ...
Manuel Lemos
mlemos@...
Dec 13, 1999 6:52 pm
25
Hello Cesar, This is the Metabase development mailing list now. Welcome. We only speak english here. ... The current beta version is available at: ...
Manuel Lemos
mlemos@...
Dec 13, 1999 6:53 pm
26
Hello, I have just finished documenting what was missing in the Metabase API documentation, namely the the functions of the newly added datatypes DECIMAL,...
Manuel Lemos
mlemos@...
Dec 14, 1999 2:53 am
27
Hello, I have just uploaded an updated beta version of Metabase. This release consists mostly of changes to make the XML tags of the schema description format...
Manuel Lemos
mlemos@...
Dec 20, 1999 5:15 am
28
Hello, Here's an updated release of Metabase. I was not yet able to finish the documentation as I hoped, but it will be due soon. This time I just added the...
Manuel Lemos
mlemos@...
Dec 24, 1999 3:17 pm
29
Hello, Finally I made time to write the schema description section of Metabase documentation. Now, it only remains the driver specific information before I...
Manuel Lemos
mlemos@...
Dec 31, 1999 6:33 am
30
Hello, Finally I have finished the main Metabase documentation. The documentation on the available drivers ws finally added. It might need some spelling and ...
Manuel Lemos
mlemos@...
Jan 2, 2000 7:25 am
31
Hello, Finally I have finished the Metabase tutorial document. Anybody should be able to start using Metabase easily. If nobody finds anything wrong in the...
Manuel Lemos
mlemos@...
Jan 12, 2000 4:17 am
32
Hello, Finally, after more than a year of development, I have the pleasure to announce the release of Metabase - a DBMS independent package to access and ...
Manuel Lemos
mlemos@...
Jan 18, 2000 5:10 pm
33
Hi manuel, I downloaded your sources and i'm impressed with what your app has to offer. I had to fix line 127 in the odbc source, because it missed a semicolon...
Diederik de Groot
de_groot@...
Mar 27, 2000 3:29 pm
34
Hello Diederik, ... Thanks. ... Thanks. The ODBC driver needs proper testing. ... 324? That's odd the current version has only 305 lines. Can you please ...
Manuel Lemos
mlemos@...
Mar 28, 2000 8:52 am
35
Hello, I have quite finish a specific module of metaclass for informix, is someone is interested ? So I have little problem, When I call the class Wanadoo 2...
pierre-henri@...
Apr 19, 2000 12:12 pm
36
Hello pierre-henri, ... Sure. Send it over and I'll integrate with the whole Metabase distribution. Anybody with anymore Metabase driver classes, feel free ...
Manuel Lemos
mlemos@...
Apr 19, 2000 10:21 pm
37
Thanks, the global keyword was bad knew by me... Ok, I'v noticed something stange.. I establis a connection to the DB and I need to establish a second to get ...
Pierre-henri Delaval
pierre-henri@...
Apr 20, 2000 9:57 am
38
Hello Pierre-henri, ... That seems to be a problem specific of Informix PHP interface functions. Try to establish non-persisten connections to see if the...
Manuel Lemos
mlemos@...
Apr 21, 2000 3:16 am
39
Hello, For those that don't know, there is a new release of Metabase. A summary of changes follows below. ...
Manuel Lemos
mlemos@...
Apr 29, 2000 5:18 am
40
Am I correct in assuming that the tool(s) for Metabase allow me to create schemas for any kind of access, or is it limited to SQL mappings? -- Frank V....
Frank V. Castellucci
frankc@...
Apr 29, 2000 3:37 pm
41
Hello Frank, ... Metabase relies on SQL to create the schemas, yes, but for instance through Metabase ODBC driver you can use SQL to reach other types...
Manuel Lemos
mlemos@...
Apr 30, 2000 12:21 am
42
... It was more of a curiosity. I myself had designed and implemented a system by which we abstracted the schema to a meta-model which was reasoned with at run...
Frank V. Castellucci
frankc@...
Apr 30, 2000 2:00 am
43
Hello Frank, ... Well, I have been planning to move driver functions for database administration like those for defining how each datatype should be declared,...
Manuel Lemos
mlemos@...
Apr 30, 2000 8:43 pm
44
... Whoa, don't do anything on my part. I am curious from a totally conversational perspective. To the point to say that if you have something you want to hash...
Frank V. Castellucci
frankc@...
May 1, 2000 3:03 am
45
Hello Frank, ... No, what I meantioned are just things that were planned because at least I need them to evolve in that direction. For instance, I have planned...
Manuel Lemos
mlemos@...
May 2, 2000 3:19 am
46
... Ok, starting with a few tenets: * Every meta-schema object has a unique identifier that is global worldwide. * Meta-schema objects describe tables,...
Frank V. Castellucci
frankc@...
May 2, 2000 1:03 pm
47
Due to the fact that my php is not compiled with xml, I cannot perform the whole test set. So here is the state of the informix driver. The majors things are...
Pierre-henri Delaval
pierre-henri@...
May 2, 2000 1:10 pm
48
Hello Frank, ... In the current schema definition, each object has a unique name within its scope, ie, each table has a unique name among schema tables, each...
Manuel Lemos
mlemos@...
May 9, 2000 12:36 am
49
Hello Pierre-henri, ... Humm... I guess I'll change the test script to define the tables using PHP instead of going through the parser as some people yourself...