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...
metabase-dev@egroups....
Aug 2, 2000 4:51 am
71
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...
Manuel Lemos
mlemos@...
Aug 2, 2000 8:02 am
72
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@egroups....
Aug 2, 2000 8:17 am
73
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...
Brian C. Shensky
bshensky@...
Aug 2, 2000 2:39 pm
74
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...
Manuel Lemos
mlemos@...
Aug 3, 2000 3:46 am
75
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@egroups....
Aug 9, 2000 9:08 am
76
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@egroups....
Aug 9, 2000 9:13 am
77
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@egroups....
Aug 9, 2000 9:21 am
78
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@egroups....
Aug 9, 2000 9:25 am
79
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@egroups....
Aug 9, 2000 9:29 am
80
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@egroups....
Aug 9, 2000 9:35 am
81
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@egroups....
Aug 9, 2000 9:37 am
82
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...
Fernando
messages@...
Aug 9, 2000 9:42 am
83
Hello, It seems that you have completelly redeign the ifx driver ? Tell me more......
Pierre-henri Delaval
pierre-henri@...
Aug 9, 2000 9:49 am
84
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@egroups....
Aug 9, 2000 10:19 am
85
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 ...
Manuel Lemos
mlemos@...
Aug 10, 2000 5:11 am
86
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...
Manuel Lemos
mlemos@...
Aug 10, 2000 5:11 am
87
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 ,...
???
marsjudy@...
Aug 10, 2000 5:43 am
88
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 ...
Manuel Lemos
mlemos@...
Aug 11, 2000 4:27 am
89
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...
Jairo Silva
jmarciano@...
Aug 14, 2000 8:35 pm
90
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...
Manuel Lemos
mlemos@...
Aug 15, 2000 11:21 pm
91
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...
Jairo Marciano Silva
jmarciano@...
Aug 16, 2000 3:06 am
92
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...
Manuel Lemos
mlemos@...
Aug 16, 2000 7:51 am
93
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 ...
Jairo Marciano Silva
jmarciano@...
Aug 16, 2000 10:53 am
94
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...
???
marsjudy@...
Aug 28, 2000 7:17 am
95
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. ...
Manuel Lemos
mlemos@...
Aug 30, 2000 3:10 am
96
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...
???
marsjudy@...
Aug 30, 2000 3:41 am
97
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,...
Bohuslav Hulka
bhulka@...
Aug 30, 2000 4:20 pm
98
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....
Manuel Lemos
mlemos@...
Aug 31, 2000 10:52 pm
99
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...