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");...
Peter Bowyer
reywob@...
Apr 9, 2001 12:29 pm
260
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...
Joe Brown
shmengie_2000@...
Apr 9, 2001 5:14 pm
261
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 ...
metabase-dev@yahoogro...
Apr 14, 2001 10:40 pm
262
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...
Apr 22, 2001 2:45 am
263
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 ...
shmengie_2000@...
Apr 27, 2001 9:52 pm
264
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,...
shmengie_2000@...
Apr 30, 2001 2:04 am
265
Hello, A new class was added to "PHP Classes" repository. Name: Database access class Author: Manuel Lemos <mlemos@...> Description: Class for...
Manuel Lemos
mlemos@...
May 7, 2001 4:57 am
266
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...
mlemos@...
May 10, 2001 12:18 am
267
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...
Pierre-henri Delaval
pierre-henri@...
May 10, 2001 6:54 am
268
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 ...
mlemos@...
May 10, 2001 11:11 pm
269
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...
May 14, 2001 2:14 am
270
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...
May 14, 2001 2:16 am
271
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...
May 14, 2001 3:48 am
272
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...
Manuel Lemos
mlemos@...
May 14, 2001 3:52 am
273
Is there an example on how to use the transaction functions. I have setup my script to use the following: ... MetabaseAutoCommitTransactions($database, 0); $q...
pfmartin@...
May 22, 2001 5:45 pm
274
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...
mlemos@...
May 23, 2001 12:54 am
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@...
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 :-) ...