Search the web
Sign In
New User? Sign Up
metabase-dev · Metabase Development discussions list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 33 - 62 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Manuel Lemos
mlemos@...
Send Email
May 9, 2000
12:36 am
50
Hello, Have you developed or are planning to develop any interesting PHP applications based on Metabase? Great, don't miss this opportunity to have your work...
Manuel Lemos
mlemos@...
Send Email
May 9, 2000
6:12 am
51
Hello, Metabase has been getting very popular in the PHP community due to its capabilities. However, there is still some way to go in terms of desirable ...
Manuel Lemos
mlemos@...
Send Email
May 9, 2000
6:16 am
52
... The names of tables, columns, etc are implementation issues, I am talking about the meta-schema model elements. There are many type ontologies in this...
Frank V. Castellucci
frankc@...
Send Email
May 10, 2000
12:11 pm
53
Hello, I have just uploaded a new version of Metabase MySQL driver that supports the newly added transaction support in MySQL. I was not able to make ROLLBACK...
Manuel Lemos
mlemos@...
Send Email
Jun 13, 2000
1:28 am
54
hi, i'm a newbie to metabase and i'm trying to have it working on my computer. What is the correct procedure to install and test it ? I'm using apache and php3...
eincande@...
Send Email
Jun 29, 2000
1:01 pm
55
Precedence: bulk Hello Frank, It has been a while since you sent this message... :-) ... I see, but the way I see it, there should be an higher level database ...
Manuel Lemos
mlemos@...
Send Email
Jul 1, 2000
3:29 am
56
Precedence: bulk Hello Emmanuel, ... Just copy the files metabase_interface.php, metabase_database.php and metabase_your_database_driver_here.php to your...
Manuel Lemos
mlemos@...
Send Email
Jul 1, 2000
5:25 am
57
... With most modeling tools (including ArgoUML) generating XMI as the interchange it may be more useful for Metabase to be able to parse that, or maybe XML...
Frank V. Castellucci
frankc@...
Send Email
Jul 1, 2000
10:55 am
58
I like the theory behind the design of Metabase, especially the uniform XML-based representation of data structures. However, I do not feel that it is ready...
Andrew Schmeder
andy@...
Send Email
Jul 7, 2000
7:43 pm
59
Hello Andrew, ... I haven't add support for table keys because I haven't needed them. That doesn't mean I won't add them in the future. My problem is more of ...
Manuel Lemos
mlemos@...
Send Email
Jul 10, 2000
3:48 am
60
Hello Frank, ... I've been noting down a few other projects announce in Freshmeat that attempt to achieve similar goals. Take a look before you start...
Manuel Lemos
mlemos@...
Send Email
Jul 10, 2000
3:48 am
61
Hi, I could not download metabase .zip file. I would like you to send me that file. Thanks in advance... -Gunay...
Gunay Temizel
gte@...
Send Email
Jul 24, 2000
9:54 am
62
I just installed metabase, and I ran the driver_test.php script to test it out. I got the following errors: Testing typed field storage and retrieval ......
philipc@...
Send Email
Jul 24, 2000
4:15 pm
Messages 33 - 62 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help