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...
???
marsjudy@...
Sep 2, 2000 2:42 am
103
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...
???
marsjudy@...
Sep 4, 2000 9:15 am
104
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...
Manuel Lemos
mlemos@...
Sep 5, 2000 8:21 am
105
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...
Pierre-henri Delaval
pierre-henri@...
Sep 5, 2000 8:27 am
106
... Since you're finished with $oRs3 here, free it here. ... Since you only use lname and fname, consider fetching just those columns instead of using '*'. ......
Jonathan Leffler
jleffler@...
Sep 5, 2000 7:50 pm
107
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....
Sep 6, 2000 8:06 am
108
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....
Sep 6, 2000 8:12 am
109
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....
Sep 6, 2000 8:14 am
110
Deal all , To simply the test , the following is my php source : <?PHP session_start(); if (!isset($counter)) $counter=0; $counter=$counter+1; ...
???
marsjudy@...
Sep 6, 2000 8:30 am
111
Hello Jonathan, ... Yes, for Web applications it is a blessing. ... Ok. It seems that Oracle DBMS_SQL package is for that purpose, but I never managed to try...
Manuel Lemos
mlemos@...
Sep 6, 2000 8:49 am
112
Hello, I have just completed the Metabase Informix driver class. This version adds the AlterTable function that was missing in order to update schemas and ...
Manuel Lemos
mlemos@...
Sep 6, 2000 8:50 am
113
Hello Kris, ... I'll be looking into that before next public release. It may not be the case but sometimes I force passing parameters by reference to functions...
Manuel Lemos
mlemos@...
Sep 6, 2000 8:51 am
114
Hello Pierre-henri, ... I plan to add blob support to Metabase after the next public release of the package. But couldn't you use LVARCHAR fields for your...
Manuel Lemos
mlemos@...
Sep 6, 2000 8:51 am
115
Ok for me all seems to be good... But, why don't you add the blob support using the prepare queries I have added all to your new release of ifx driver, but ? I...
Pierre-henri Delaval
pierre-henri@...
Sep 6, 2000 8:57 am
116
Sorry, for last mail... maybe mine cross yours ;-) Thanks for explaination. In fact I work on a alredy existing system where blobs exists. So I need blob...
Pierre-henri Delaval
pierre-henri@...
Sep 6, 2000 9:06 am
117
Hello Pierre-henri, ... I will, but I need to study this further because I want to make sure that the blob support to be added to Metabase will suit other DBMS...
Manuel Lemos
mlemos@...
Sep 6, 2000 10:38 pm
118
Hello Pierre-henri, ... Ah, ok, I see. ... Ok, thanks I will have to see how to make that distinction between binary and text LOBs. Regards, Manuel Lemos Web...
Manuel Lemos
mlemos@...
Sep 6, 2000 10:41 pm
119
... Hash: SHA1 Hi *, it is so nice to see people from Informix and OpenSource community discussing this things, especially when they are Jonathan and Manuel. ...
Andrej Falout
afalout@...
Sep 8, 2000 12:42 am
120
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....
Sep 8, 2000 6:06 am
121
Hello, I have just completed the support to PHP database abstraction package Metabase MySQL driver class to support transactions. It has to be enabled with...
Manuel Lemos
mlemos@...
Sep 8, 2000 6:34 am
122
Hello Andrej, ... You're welcome. With the cooperation of all of us, everybody can benefit. ... Well, in Web applications often you have to display the...
Manuel Lemos
mlemos@...
Sep 8, 2000 7:04 am
123
i am using the following piece of code to retrieve data from a mysql database.. the problem is, all 10 results that are returned, are of the same values (of...
Harald Ponce de Leon
hpdl@...
Sep 8, 2000 10:38 pm
124
... Hash: SHA1 Hi Manuel, hi *, ... under ... the ... and ... rows of ... the ... did not ... What about adding FIRST to SQL, then use FETCH...
Andrej Falout
afalout@...
Sep 9, 2000 6:37 am
125
Hello Harald, ... If you do MetabaseSetSelectedRowRange($database,0,10); before executing this query, you won't need the limit clause and your application will...
Manuel Lemos
mlemos@...
Sep 9, 2000 8:56 am
126
Hello Andrej, ... I am adding FIRST in the query, but unless there is something I don't know here, you can't use FETCH in anything else than a CURSOR, but...
Manuel Lemos
mlemos@...
Sep 9, 2000 8:56 am
127
Hello Michael, ... Humm, maybe I will take that off and recommend developers to use a more up to date version of MySQL. This latest Metabase developments in...
Manuel Lemos
mlemos@...
Sep 9, 2000 9:10 am
128
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....
Sep 10, 2000 2:54 am
129
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....
Sep 10, 2000 3:04 am
130
Hello Danny, ... Ah, that's more like what is necessary. I have just updated the driver to use that when the first row of the requested range of the query...
Manuel Lemos
mlemos@...
Sep 10, 2000 3:24 am
131
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 :...