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@...
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@...
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@...
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@...
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...
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...
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@...
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@...
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@...
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...
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...
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...
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...
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@...
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@...
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@...
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@...
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...
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...
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...
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...
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...
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...
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...
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@...
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@...
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@...
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@...
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@...
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...