Enter your vote today! Check out the new poll for the metabase-dev group: Metabase development aims to provide a database abstraction package for all DBMS...
71
Manuel Lemos
mlemos@...
Aug 2, 2000 8:02 am
Hello, Metabase is solid PHP is a database abstraction package that aims to provide support for all DBMS supported by PHP providing the basis for full database...
72
metabase-dev@egroups....
Aug 2, 2000 8:17 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 :...
73
Brian C. Shensky
bshensky@...
Aug 2, 2000 2:39 pm
I am casting vote for a Perl DBI::Proxy-compatible driver, such that a PHP Metabase client can hit up a DBI::Proxy server. The benefits are many: Metabase...
74
Manuel Lemos
mlemos@...
Aug 3, 2000 3:46 am
Hello Brian, ... Yes, that would solve the problems of many people, like the inability to build PHP in a local machine without the necessary support to access...
75
metabase-dev@egroups....
Aug 9, 2000 9:08 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 :...
76
metabase-dev@egroups....
Aug 9, 2000 9: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 :...
77
metabase-dev@egroups....
Aug 9, 2000 9:21 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 :...
78
metabase-dev@egroups....
Aug 9, 2000 9:25 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 :...
79
metabase-dev@egroups....
Aug 9, 2000 9:29 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 :...
80
metabase-dev@egroups....
Aug 9, 2000 9:35 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 :...
81
metabase-dev@egroups....
Aug 9, 2000 9:37 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 :...
82
Fernando
messages@...
Aug 9, 2000 9:42 am
Sorry but my english is very poor. Manuel, desculpe por postar a mensagem em português mas meu inglês anda muito enferrujado. Preferi postar assim do que...
83
Pierre-henri Delaval
pierre-henri@...
Aug 9, 2000 9:49 am
Hello, It seems that you have completelly redeign the ifx driver ? Tell me more......
84
metabase-dev@egroups....
Aug 9, 2000 10:19 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 :...
85
Manuel Lemos
mlemos@...
Aug 10, 2000 5:11 am
Viva Fernando, ... Exceptionally this message will be answered in Portuguese here. ... Não tem problema. No entanto, para evitar que alguém nesta lista se ...
86
Manuel Lemos
mlemos@...
Aug 10, 2000 5:11 am
Hello Pierre-henri, ... I've been meaning to tell you sooner but I was waiting to solve the most important problems first. I will update Metabase documentation...
87
???
marsjudy@...
Aug 10, 2000 5:43 am
Hello Manuel , ... allowed to ... forgive me for my english , do you mean that informix's php api has many bugs ? and you are now figuring them out ? Wow ,...
88
Manuel Lemos
mlemos@...
Aug 11, 2000 4:27 am
Hello Mars, Before I forget again, I would like to mention this. The Metabase Informix driver quest has been crazy, especially for me that I am not quite a ...
89
Jairo Silva
jmarciano@...
Aug 14, 2000 8:35 pm
Hi, I have used metabase and oracle and liked very much. Now I'm trying use metabase with mysql but I dont now which parameters I must use ... I always have...
90
Manuel Lemos
mlemos@...
Aug 15, 2000 11:21 pm
Hello Jairo, ... To query a database you need to specify it's name first. Use the function MetabaseSetDatabase to do that. Answer this message if you still...
91
Jairo Marciano Silva
jmarciano@...
Aug 16, 2000 3:06 am
Thanks, Now it works, but when I use update or detete sql commands I get the following warning : Unable to save result set ... but the commands are executed...
92
Manuel Lemos
mlemos@...
Aug 16, 2000 7:51 am
Hello Jairo, ... That does not seem to be a Metabase message. Can you show the code that you used to get that? Regards, Manuel Lemos Web Programming...
93
Jairo Marciano Silva
jmarciano@...
Aug 16, 2000 10:53 am
You were right again. It's a Mysql warning because I use mysql directly I have got the same warnig. Thanks ... From: Manuel Lemos To: Jairo Marciano Silva ...
94
???
marsjudy@...
Aug 28, 2000 7:17 am
Dear all , Until recently , my php4 (php-4.0.1pl2) encountered informix -406 error sometimes , As I notice from "top" , the httpd processes have RSS up to...
95
Manuel Lemos
mlemos@...
Aug 30, 2000 3:10 am
Hello ???, ... This sounds like you are not freeing result queries and therefore the respective memory is not released until the process that runs them dies. ...
96
???
marsjudy@...
Aug 30, 2000 3:41 am
Dear All , ... error ... 60M, ... Actually , I do check my source , I do call ifx_free_result whenever needs , but still the RSS grow without free !! Now , my...
97
Bohuslav Hulka
bhulka@...
Aug 30, 2000 4:20 pm
Hallo, I downloaded metabase package and I have to say it seems to be one of the most usefull public scripts I have seen. I appreciate proper documentation,...
98
Manuel Lemos
mlemos@...
Aug 31, 2000 10:52 pm
Hello ???, ... Maybe there are other leaks in the PHP Informix API. Anyway, I suggest you upgrade to PHP 4.0.2 because a lot of connection issues where fixed....
99
Manuel Lemos
mlemos@...
Aug 31, 2000 10:52 pm
Hello Bohuslav, ... As you may read in Metabase manual, the current status of the ODBC driver is that it needs work. The greatest problem is to figure what...