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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1106 - 1136 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1106
Hello, New and improved Metastorage documentation materials were released with the intention of helping developers to get started with this software ...
Manuel Lemos
mallemos
Offline Send Email
Mar 23, 2004
2:20 am
1107
Hi - I'm interested in extending the metabase class so I can add a wrapper around the Query function. I'd like to record all sql queries that are run by my...
jamiescottmcclelland
jamiescottmc...
Offline Send Email
Jun 8, 2004
2:25 am
1108
Hello, ... You can use custom driver classes for that purpose. Just take a look at these parameters of the MetabaseSetupDatabase function: IncludedConstant,...
Manuel Lemos
mallemos
Offline Send Email
Jun 8, 2004
2:45 am
1109
Hello, In the latest released Metabase the method CreateDatabase() inside manager_mysql tests for existance of mysql_create_db function. If that function...
Stefano
slocati
Offline Send Email
Jul 17, 2004
5:02 pm
1110
Hello, ... Humm... I have silenced the warning in the latest release. Now, I have just noticed that I did not make any release after that. I think I will do it...
Manuel Lemos
mallemos
Offline Send Email
Jul 18, 2004
4:50 am
1111
Hello, It has been a while since I have not made a release of Metabase. Some people have even thought that Metabase development was halted. However, I have...
Manuel Lemos
mallemos
Offline Send Email
Aug 24, 2004
4:31 am
1112
Hello, I've recently started playing with Metabase as a solution for my PHP database abstraction needs. I'm trying to write a project that needs to be...
dcpck2004
Offline Send Email
Sep 7, 2004
4:39 pm
1113
... this may help: Ini setting for output formatting: ini_set('mssql.datetimeconvert', 'Off'); Query on startup to tell the server how input will have date...
Lukas Smith
dybvandal
Offline Send Email
Sep 7, 2004
4:41 pm
1114
Hello, ... The Metabase solves that by creating fixed size text fields. Although text fields may not be suitable for all dates operations they are sufficient...
Manuel Lemos
mallemos
Offline Send Email
Sep 7, 2004
4:56 pm
1115
Hello, ... That sounds like you are using MySQL 4.1 that has a backwards compatibility problem of not allowing the setting of default values of auto-increment...
Manuel Lemos
mallemos
Offline Send Email
Nov 21, 2004
2:56 am
1116
Before I tried Metabase for the first time (last week) i used: //create select list options (id,lname,fname) $options_agents=array(""=>"Select an Agent"); ...
idiroddi
Offline Send Email
Feb 17, 2005
5:57 am
1117
Hello, ... for($line=0; !MetabaseEndOfResult($database, $result) && MetabaseFetchResultArray($database, $result, $row, $line); $line++) ...
Manuel Lemos
mallemos
Offline Send Email
Feb 17, 2005
6:09 am
1118
Here's my situation: 1. The webserver does not have mysql 2. I do not have shell access to the web server Does metabase provide a 'flat-file' style for...
jtrelfa
Offline Send Email
Mar 30, 2005
7:18 pm
1119
You shouldn't need shell if you have access to web based management such as phpmysqladmin. Most of my web hosting clients who run databases neither have nor...
Colleen Dick
napiobai
Offline Send Email
Mar 30, 2005
8:15 pm
1120
Maybe I need to give clarification to my situation. I do not have a choice regarding the web server: My customer for the database app runs their own...
jtrelfa
Offline Send Email
Mar 31, 2005
3:38 am
1121
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html...
mlemos@...
mallemos
Offline Send Email
May 20, 2005
9:44 pm
1122
Hello, After a long time without significant enhancements to Metabase, I am finally adding support to database schema features like auto-increment fields and...
Manuel Lemos
mallemos
Offline Send Email
Jul 31, 2005
7:45 am
1123
I developed a little script to admin scripts: import, export, sincronize from a db to another delete the schemas are created under metabase/schemas But I found...
Alexandre Miguel de A...
alexandremasbr
Offline Send Email
Aug 2, 2005
9:32 pm
1124
Hello, ... This is interesting. Can you please upload it to the files are of the metabase-dev mailing list? http://groups.yahoo.com/group/metabase-dev/files/ ...
Manuel Lemos
mallemos
Offline Send Email
Aug 8, 2005
9:55 pm
1125
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...
Send Email
Aug 8, 2005
10:38 pm
1126
Hello, A new Metabase release is imminent. All new features were implemented, tested and documented. I am just finishing to update the tutorials and tomorrow I...
Manuel Lemos
mallemos
Offline Send Email
Sep 8, 2005
12:40 am
1127
Hello, In case you don't know, I have just released a new version of Metabase. This release includes support for inserting rows in tables omitting the ...
Manuel Lemos
mallemos
Offline Send Email
Sep 21, 2005
4:52 am
1128
Manuel Hi I've been using metabase now for a few months I use it to develop small apps using sqlite. I have been working with this driver converted for the...
jonbouyw
Offline Send Email
Oct 29, 2005
2:23 am
1129
Hello, ... Great! I was going to do this soon or later but I am glad you did it as saves me time. The original driver was developed for a PHP SQLite extension...
Manuel Lemos
mallemos
Offline Send Email
Oct 29, 2005
4:07 am
1130
... Yes I did run the conformance tests and it passes all of the tests including NULLS. I'm not clear on how the autoincrement works within Metabase at the ...
jonbouyw
Offline Send Email
Oct 31, 2005
4:55 pm
1131
Hello, ... I haven't tried it yet. Does it skip any tests or performs all the 16 tests? I assume that at least auto-increment tests are skipped. ... That is...
Manuel Lemos
mallemos
Offline Send Email
Oct 31, 2005
7:13 pm
1132
... Do you have any tests for REPLACE? It should fail those as sqlite does not return the same affected row values as mysql .. ... You can specific...
Lukas Kahwe Smith
dybvandal
Offline Send Email
Oct 31, 2005
10:26 pm
1134
OK the last update, for now, until someone who knows what they are doing can verify what I've done. This one is completing all 16 conformance tests. And now...
jonbouyw
Offline Send Email
Nov 1, 2005
7:43 pm
1135
Hello, ... I think an hack of the base manager driver class may be needed. I'll take a look at that. ... I am not sure yet if relying on UDF is a good idea. I...
Manuel Lemos
mallemos
Offline Send Email
Nov 2, 2005
6:03 am
1136
Hello, ... Ok, can you please upload all your files here? http://groups.yahoo.com/group/metabase-dev/files/beta/ ... Great. The survey shows there is a...
Manuel Lemos
mallemos
Offline Send Email
Nov 2, 2005
6:35 am
Messages 1106 - 1136 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