Search the web
Sign In
New User? Sign Up
metabase-dev · Metabase Development discussions list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1000 - 1029 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1000
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...
Lukas Smith
dybvandal
Offline Send Email
Mar 10, 2003
9:40 am
1001
... 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...
Lukas Smith
dybvandal
Offline Send Email
Mar 10, 2003
10:24 am
1002
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
4:37 am
1003
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...
Thomas Duffey
c0rnfusion
Offline Send Email
Mar 11, 2003
5:32 am
1004
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
5:51 am
1005
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
6:18 am
1006
... 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, ...
Lukas Smith
dybvandal
Offline Send Email
Mar 11, 2003
7:57 am
1007
... 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...
Lukas Smith
dybvandal
Offline Send Email
Mar 11, 2003
8:03 am
1008
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
1:12 pm
1009
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
1:23 pm
1010
... 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...
Lukas Smith
dybvandal
Offline Send Email
Mar 11, 2003
1:24 pm
1011
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
2:22 pm
1012
... 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...
Lukas Smith
dybvandal
Offline Send Email
Mar 11, 2003
2:31 pm
1013
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 ...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
5:29 pm
1014
... the ... result ... the ... Ok I understand. ... Yeah :-/ Regards, Lukas...
Lukas Smith
dybvandal
Offline Send Email
Mar 11, 2003
6:18 pm
1015
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
10:58 pm
1016
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 11, 2003
11:05 pm
1017
... 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...
Lukas Smith
dybvandal
Offline Send Email
Mar 27, 2003
8:28 am
1018
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 29, 2003
11:51 am
1019
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...
Lukas Smith
dybvandal
Offline Send Email
Apr 15, 2003
9:30 pm
1020
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...
Lukas Smith
dybvandal
Offline Send Email
Apr 22, 2003
10:47 am
1021
Hello, ... I don't see much point on this because API functions have different names. -- Regards, Manuel Lemos...
Manuel Lemos
mallemos
Offline Send Email
Apr 24, 2003
3:37 pm
1022
Hi, I find this implementation a bit odd. Function ReadResultLOB($lob,&$data,$length) { if(!$this->RetrieveLOB($lob)) return(-1); ...
Lukas Smith
dybvandal
Offline Send Email
May 1, 2003
7:41 pm
1023
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...
Manuel Lemos
mallemos
Offline Send Email
May 2, 2003
11:27 am
1024
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 ...
Lukas Smith
dybvandal
Offline Send Email
May 26, 2003
4:36 pm
1025
Hello, ... RegisterTransactionShutdown function in metabase_database.php . -- Regards, Manuel Lemos Free ready to use OOP components written in PHP ...
Manuel Lemos
mallemos
Offline Send Email
May 27, 2003
12:11 am
1026
... property ... few ... Ah, thx I misread the if construct when I was looking for it :-) Regards, Lukas...
Lukas Smith
dybvandal
Offline Send Email
May 27, 2003
9:57 am
1027
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...
Lukas Smith
dybvandal
Offline Send Email
Jun 20, 2003
1:20 pm
1028
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...
Manuel Lemos
mallemos
Offline Send Email
Jun 20, 2003
2:23 pm
1029
... 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!...
Alex Black
enigma@...
Send Email
Jun 20, 2003
10:04 pm
Messages 1000 - 1029 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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