Hello, ... Sequence values are not generated automatically. You need to get the next value using MetabaseGetSequenceNextValue() and use the resulting integer...
Hi, I am working with a postgreSQL schema. It has references in between a lot of table. I'm trying to a make a system using metabase that can manage such...
Hello, ... I see. Primary and foreign keys were planned but never implemented due to the lack of a real need for my own projects. Other than that, it is not...
Hi, ... that ... This is about 80% as what I'm trying to do but I guess my intention is to manage content rather than class generation. I might make some mod...
Hello, ... It depends on what you mean. If you mean, to know what is the native data type of a field in a table, no. If you mean what would a certain field of...
Hi, I'm trying to build a high level app that generates the xml definition file. But I'm running to problems with the xml file parsing. The tags in the xml...
Hello, ... Exactly. ... This is not a problem. You may want to hack the XML parser to trim the whitespaces but I see no reason to do do, even less when you are...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Oct 11, 2002 12:47 am
899
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Oct 11, 2002 12:49 am
900
... [mailto:metabase-dev@yahoogroups.com] ... for ... the ... hmm I am thinking if that is really the best solution? The fix I provided would still read and...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Oct 15, 2002 11:38 pm
903
Hi, I am just wondering why you bother to determine the correct seperator to use in the MetabaseSetupInterface() function and the LoadExtension() method. ...
Hello, Finally I was able to make a initial release of MetaL persistence module. There is a more detailed news release in the page below, but basically this a...
hello quiet list :-), a month ago i came up with the subject of associative query results. after a really busy time, last night i could finally spend some time...
Dear Manuel, Do you have any documentation on reverse engineering Metabase schemas? In particular, I'm interested in knowing what features are currently ...
There is a structural problem with the reverse engineering: It needs to be interactive. Other than that it does help a lot. I think the reverse engineering...
Hello Lucas, Thanks for the tips. I will checkout MDB's reverse engineering if time permits, although I would rather stick with Metabase at the moment. I have...
... time ... Fair enough. Hmm I am bit curious/confused ... the reverse engineering it not really meant for being integrated into applications but more to go...
Hi Lucas, My primary interest in reverse engineering is to make the lives of my fellow developers who are new to Metabase easier. They tend to forget that you...
... through ... have a ... database. ... hmm ok gotcha. Then you really need something like what I want for the MDB_frontend. Because then phpMyAdmin is not...
hi, this time i've a question about metabase xml schemas. i've built one for setting up my open source application. it contains both the schema and the...
... There is a little problem with this that I am not sure how to solve it. Some databases like Oracle, change the column names to upper case or even truncate...
Hello, ... Well this is a feature contributed by Jeroen Derks. I just tweaked the API and added the example. To test this properly it is needed a new test case...
Hello, ... You should always put in the was parameter what was in the name parameter in the .before XML file no matter how many times you rename it the field. ...