Hi, Is there any feature that will work in the same way as mysql_fetch_array()? Or do I have to put $title = MetabaseFetchResult($database,$result,0,"title");...
260
Joe Brown
shmengie_2000@...
Apr 9, 2001 5:14 pm
Right, you have to do that with Metabase. FetchArray would be a nice feature to add to the Metabase. Shouldn't be to difficult to implement either. Think...
261
metabase-dev@yahoogro...
Apr 14, 2001 10:40 pm
Enter your vote today! A new poll has been created for the metabase-dev group: Currently Metabase works compatibly under PHP 3 and PHP 4. To figure if it ...
262
metabase-dev@yahoogro...
Apr 22, 2001 2:45 am
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 :...
263
shmengie_2000@...
Apr 27, 2001 9:52 pm
I'm in a bit of a quandry. OCIFreeCursor($result) is failing to work as advertised inside of Metabase. This is happening because the resource is cast into an ...
264
shmengie_2000@...
Apr 30, 2001 2:04 am
Nevermind, Zeev changed something in Zend engine. I think it is that intval() no longer creates a reference, however, I have not verified. In any event,...
265
Manuel Lemos
mlemos@...
May 7, 2001 4:57 am
Hello, A new class was added to "PHP Classes" repository. Name: Database access class Author: Manuel Lemos <mlemos@...> Description: Class for...
266
mlemos@...
May 10, 2001 12:18 am
Hello, I have been too busy with non-Metabase developments but I have developed some things that will let me release a lot of useful material for those that...
267
Pierre-henri Delaval
pierre-henri@...
May 10, 2001 6:54 am
Hello, We need to implement here the sybase driver. We will use the sql Server driver as start point. What do you think of it ? We will keep you informed of...
268
mlemos@...
May 10, 2001 11:11 pm
Hello, ... driver. Perfect. I have been willing to do it myself, but I have been too busy. Thank you for your contributions. Manuel Lemos ... released ... and ...
269
metabase-dev@yahoogro...
May 14, 2001 2:14 am
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 :...
270
metabase-dev@yahoogro...
May 14, 2001 2:16 am
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 :...
271
metabase-dev@yahoogro...
May 14, 2001 3:48 am
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 :...
272
Manuel Lemos
mlemos@...
May 14, 2001 3:52 am
Hello Geoff, Sorry for the delay. Only now I made time to follow your suggestions to improve the documentation. ... I have added this information to the...
273
pfmartin@...
May 22, 2001 5:45 pm
Is there an example on how to use the transaction functions. I have setup my script to use the following: ... MetabaseAutoCommitTransactions($database, 0); $q...
274
mlemos@...
May 23, 2001 12:54 am
Hello, ... This means that you are passing an invalid $database handle value (possibly 0) to the function above. Make sure that the $database handle variable...
275
Andreas Aderhold
bullgod@...
Jun 13, 2001 4:53 pm
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....
276
Manuel Lemos
mlemos@...
Jun 15, 2001 4:25 am
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...
277
Andreas Aderhold
bullgod@...
Jun 15, 2001 12:17 pm
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...
278
Manuel Lemos
mlemos@...
Jun 15, 2001 11:44 pm
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...
279
metabase-dev@yahoogro...
Jun 16, 2001 3:06 am
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 :...
280
metabase-dev@yahoogro...
Jun 16, 2001 3:13 am
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 :...
281
Andreas Aderhold
bullgod@...
Jun 16, 2001 12:18 pm
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...
282
Manuel Lemos
mlemos@...
Jun 16, 2001 5:44 pm
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...
283
Andreas Aderhold
a.aderhold@...
Jun 17, 2001 2:47 pm
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....
284
metabase-dev@yahoogro...
Jun 19, 2001 3:55 am
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 :...
285
metabase-dev@yahoogro...
Jun 19, 2001 3:58 am
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 :...
286
metabase-dev@yahoogro...
Jun 19, 2001 3:59 am
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 :...
287
metabase-dev@yahoogro...
Jun 19, 2001 4:00 am
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 :...
288
Peter Bowyer
reywob@...
Jun 22, 2001 9:44 am
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 :-) ...