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 275 - 304 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
275
Hi, I choosed metabase for a upcoming (big) project as db-abstraction (maybe in conjunction with binarycloud r2). So far, I worked with phplib db.class....
Andreas Aderhold
bullgod@...
Send Email
Jun 13, 2001
4:53 pm
276
Hello Andreas, ... Well, in practice primary keys are just unique indexes, except that you can only have one primary key per table and you can have more than...
Manuel Lemos
mlemos@...
Send Email
Jun 15, 2001
4:25 am
277
Hi Manuel, ... can ... That's right. But within mysql there are more primary keys per table possible and the only "eficient" usage I have for PKs is in...
Andreas Aderhold
bullgod@...
Send Email
Jun 15, 2001
12:17 pm
278
Hello Andreas, ... No, like primary keys, unique indexes may be made of multiple columns. It is just the combination of values of all columns that has to be...
Manuel Lemos
mlemos@...
Send Email
Jun 15, 2001
11:44 pm
279
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
Jun 16, 2001
3:06 am
280
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
Jun 16, 2001
3:13 am
281
Hi Manuel, ... It ... works ... Hmm. That is how I did it first. Declaring unique indexes on both fields of the "link-table", resulting in the following mysql...
Andreas Aderhold
bullgod@...
Send Email
Jun 16, 2001
12:18 pm
282
Hello Andreas, ... I think you are missing the fact that you can make a single unique index with both fields. That is the same as you want to do with primary...
Manuel Lemos
mlemos@...
Send Email
Jun 16, 2001
5:44 pm
283
Hello Manuel, ... Heureka, now I got it. Ok, thats what I wanted to do :)) Thanks a lot for your help and sorry if my posts were a bit off topic for this list....
Andreas Aderhold
a.aderhold@...
Send Email
Jun 17, 2001
2:47 pm
284
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
Jun 19, 2001
3:55 am
285
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
Jun 19, 2001
3:58 am
286
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
Jun 19, 2001
3:59 am
287
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
Jun 19, 2001
4:00 am
288
Hi, I have a _huge_ amount of printer credits to use up at college, so I've decided to print the metabase manual - hopefully then I'll properly learn it :-) ...
Peter Bowyer
reywob@...
Send Email
Jun 22, 2001
9:44 am
289
Hello Peter, ... http://groups.yahoo.com/group/metabase-dev/files/beta/documentation/ No, unless new features or fixes are made soon. ... Isn't this already a...
Manuel Lemos
mlemos@...
Send Email
Jun 22, 2001
4:21 pm
290
... Thanks. ... I just meant with printer-breaks in the correct place so you don't end up with "Some Heading" at the bottom of one page, and the text about it...
Peter Bowyer
reywob@...
Send Email
Jun 22, 2001
4:32 pm
291
Hello Peter, ... Oh, I see. Metabase documentation is generated with MetaL, a meta-programming technology that I am about to release publically although I have...
Manuel Lemos
mlemos@...
Send Email
Jun 23, 2001
2:48 am
292
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
Jul 8, 2001
4:26 pm
293
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
Jul 8, 2001
4:30 pm
294
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
Jul 8, 2001
4:30 pm
295
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
Jul 8, 2001
4:43 pm
296
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
Jul 8, 2001
4:44 pm
297
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
Jul 8, 2001
4:52 pm
298
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
Jul 8, 2001
4:54 pm
299
What guidelines should I be following with regards to using MetabaseFreeResult? Should I use it every time I perform a query, or just for queries that return a...
dweingart@...
Send Email
Aug 8, 2001
2:11 pm
300
Hello, ... that ... You donīt have to free the result set explicitly but if you donīt free it for result sets with many rows, you will be taking a lot of ...
mlemos@...
Send Email
Aug 8, 2001
5:48 pm
301
... Ok. So I don't need to explicitly call MetabaseFreeResult if the query doesn't return rows, or if it only returns a few. Thanks for your help! -dave...
dweingart@...
Send Email
Aug 8, 2001
8:42 pm
302
Hello, ... of ... query ... You canīt free a result of a query that does not return rows. I think you should always free a result that return rows although...
mlemos@...
Send Email
Aug 8, 2001
9:20 pm
303
I was wondering why these functions weren't implemented, since it's so simple to do in all of the APIs? I could send the functions over so they can be...
Askama
askama@...
Send Email
Aug 18, 2001
9:26 pm
304
Hello Askama, ... Personally I don't see the need for them for database applications in production environments. In such applications you always know what...
Manuel Lemos
mlemos@...
Send Email
Aug 18, 2001
10:29 pm
Messages 275 - 304 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