Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

metabase-dev · Metabase Development discussions list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 76 - 105 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
76 metabase-dev@egroups.... Send Email 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.... Send Email 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.... Send Email 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.... Send Email 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.... Send Email 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.... Send Email 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@... Send Email
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@... Send Email
Aug 9, 2000
9:49 am
Hello, It seems that you have completelly redeign the ifx driver ? Tell me more......
84 metabase-dev@egroups.... Send Email 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
100 ???
marsjudy@... Send Email
Sep 1, 2000
12:06 am
Thanks Manuel , I've already upgrade to PHP 4.0.2 , nothing help !! I'll try to build PHP with debug support , thanks ,Manuel . Gary , thanks for your support...
101 Kris Arndt
karn@... Send Email
Sep 1, 2000
6:27 am
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of...
102 ???
marsjudy@... Send Email
Sep 2, 2000
2:42 am
Dear all , I use a simple php source which call the following function : ifx_pconnect , ifx_prepare, ifx_do, ifx_fetch_row, and ifx_free_result and then I use...
103 ???
marsjudy@... Send Email
Sep 4, 2000
9:15 am
Dear Danny , You are right !! One of my program in the testing source do have a ifx_prepare in a while loop but do not call ifx_free_result in the loop , so...
104 Manuel Lemos
mlemos@... Send Email
Sep 5, 2000
8:21 am
Hello, I have been trying to implement a facility in Informix driver for PHP database abstraction package Metabase, that would make queries be executed like...
105 Pierre-henri Delaval
pierre-henri@... Send Email
Sep 5, 2000
8:27 am
Hello, I've been using the last ifx driver since you upload it on the production site. And it runs well. I added the ugly bolb support in insert (for the...
Messages 76 - 105 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help