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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1000 - 1029 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1000 Lukas Smith
dybvandal Send Email
Mar 10, 2003
9:40 am
Hi, I am having some trouble getting the numRows() method to work like I want it to in the oracle driver. 1) Right now numRows() works the Metabase way of...
1001 Lukas Smith
dybvandal Send Email
Mar 10, 2003
10:24 am
... the ... result, ... in ... Could that be fixed by simply storing the query in an array with the resource handle as an index? ... might ... Well that is...
1002 Manuel Lemos
mallemos Send Email
Mar 11, 2003
4:37 am
Hello, ... Metabase handles this circumstance properly. I am not sure what was lost in your MDB port. ... That is the way most high end databases work, not...
1003 Thomas Duffey
c0rnfusion Send Email
Mar 11, 2003
5:32 am
Hi All, For what it's worth, I ran into something like this when using Oracle with Metabase and after a quick read through the Metabase manual it was clear...
1004 Manuel Lemos
mallemos Send Email
Mar 11, 2003
5:51 am
Hello, ... Memory is not the greatest problem because when you buffer rows in advance to count all rows and then get the rows to your application variables all...
1005 Manuel Lemos
mallemos Send Email
Mar 11, 2003
6:18 am
Hello, ... The way I see it, Lukas is trying to make it work differently in hope to improve the use of a function that is being explicitly discouraged in the...
1006 Lukas Smith
dybvandal Send Email
Mar 11, 2003
7:57 am
... driver ... dealing ... to ... aware ... I know it is discouraged in the Metabase docs. I was just trying to get a better understanding of this issue, ...
1007 Lukas Smith
dybvandal Send Email
Mar 11, 2003
8:03 am
... the ... has ... lost ... Yes I know it does. I also know why it does not work in MDB. This what the above explanation of 1) tries to make clear. I was...
1008 Manuel Lemos
mallemos Send Email
Mar 11, 2003
1:12 pm
Hello, ... What you need to know is that when the API does result set buffering like MySQL does, the whole result set is retrieved to some memory space that...
1009 Manuel Lemos
mallemos Send Email
Mar 11, 2003
1:23 pm
Hello, ... Row seeks should not be expensive as they only represent updates in internal pointers that determine from where the data will be fetch next. What is...
1010 Lukas Smith
dybvandal Send Email
Mar 11, 2003
1:24 pm
... driver ... space ... issue ... Ok. ... of ... But that creates memory issues for large result sets. As you point out these already exist for mysql. But why...
1011 Manuel Lemos
mallemos Send Email
Mar 11, 2003
2:22 pm
Hello, ... We are not introducing these issues in Oracle driver, we are just making Oracle driver provide the same features as MySQL driver. ... That is not...
1012 Lukas Smith
dybvandal Send Email
Mar 11, 2003
2:31 pm
... just ... have ... Well I don't remember how this is handled in Metabase, but in MDB/DB the result set is freed after the bulk fetching. So once the entire...
1013 Manuel Lemos
mallemos Send Email
Mar 11, 2003
5:29 pm
Hello, ... It is the same thing but the problem is that until the result set is freed you will be occupying the memory for the result set buffer and the ...
1014 Lukas Smith
dybvandal Send Email
Mar 11, 2003
6:18 pm
... the ... result ... the ... Ok I understand. ... Yeah :-/ Regards, Lukas...
1015 Manuel Lemos
mallemos Send Email
Mar 11, 2003
10:58 pm
Hello, ... I think I will need to make any subsequent queries fail if there is still an opened unbuffered query. I need to think more about this but I can't...
1016 Manuel Lemos
mallemos Send Email
Mar 11, 2003
11:05 pm
Hello, ... Yes but the problme is for instance with mysql_query() function that internally buffers the query results. If after that you copy the whole result...
1017 Lukas Smith
dybvandal Send Email
Mar 27, 2003
8:28 am
... So far I have left the native datatypes to be exactly what metabases uses. Manuel usually makes very educated decisions. However the times do change and so...
1018 Manuel Lemos
mallemos Send Email
Mar 29, 2003
11:51 am
Hello, ... Lucas is right, there is always a good reason for having a certain implementation of certain features in Metabase. The reason why Metabase MySQL...
1019 Lukas Smith
dybvandal Send Email
Apr 15, 2003
9:30 pm
Hi, I am just poking for feedback on the 1.1.2RC1 release. I would like to know if any of you people who reported problems in the 1.1.1 release can verify that...
1020 Lukas Smith
dybvandal Send Email
Apr 22, 2003
10:47 am
Hi, so are there any more issues in MDB? I just released 1.1.2-RC2 which fixes the issues with setOption and getOption. There were also some minor fixes to the...
1021 Manuel Lemos
mallemos Send Email
Apr 24, 2003
3:37 pm
Hello, ... I don't see much point on this because API functions have different names. -- Regards, Manuel Lemos...
1022 Lukas Smith
dybvandal Send Email
May 1, 2003
7:41 pm
Hi, I find this implementation a bit odd. Function ReadResultLOB($lob,&$data,$length) { if(!$this->RetrieveLOB($lob)) return(-1); ...
1023 Manuel Lemos
mallemos Send Email
May 2, 2003
11:27 am
Hello, ... For the exact reason that the LOB interface provides access to streamed data. Appending data makes the scripts spend much more memory. If you have a...
1024 Lukas Smith
dybvandal Send Email
May 26, 2003
4:36 pm
Hi, I am having trouble finding the place where the in_transaction property is set. I just see that the default is false and that its being called in a few ...
1025 Manuel Lemos
mallemos Send Email
May 27, 2003
12:11 am
Hello, ... RegisterTransactionShutdown function in metabase_database.php . -- Regards, Manuel Lemos Free ready to use OOP components written in PHP ...
1026 Lukas Smith
dybvandal Send Email
May 27, 2003
9:57 am
... property ... few ... Ah, thx I misread the if construct when I was looking for it :-) Regards, Lukas...
1027 Lukas Smith
dybvandal Send Email
Jun 20, 2003
1:20 pm
Aside from comments I was also begging for +1's :-) Regards, Lukas PS: as binarycloud or metabase users might also be interested in this I am also forwarding...
1028 Manuel Lemos
mallemos Send Email
Jun 20, 2003
2:23 pm
Hello, ... I already thought of this but did not see much point in moving to a separate package, except in the scope of PEAR. Since Metabase itself has no...
1029 Alex Black
enigma@... Send Email
Jun 20, 2003
10:04 pm
... Great! ... Erh? Oh. Wait, like read in a SQL schema from a DB and write out XML, and use that XML to create that schema on a new DB? heheheheh ... HARR!...
Messages 1000 - 1029 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