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 437 - 466 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
437
Hello Pierre-Henri, If I am not mistaken that you mentioned that somebody developed a Sybase driver sometime. If so, who did it? Would that person be willing...
Manuel Lemos
mallemos
Offline Send Email
Jan 4, 2002
10:52 pm
438
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@yahoogro...
Send Email
Jan 16, 2002
6:05 am
439
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@yahoogro...
Send Email
Jan 16, 2002
6:06 am
440
Hello, I finally made time to integrate the result set bulk data fecthing functions contributed by Lukas Smith and his partner. I have just uploaded them to...
Manuel Lemos
mallemos
Offline Send Email
Jan 16, 2002
6:25 am
441
Ok a quick answer. I will look over it all some more. 1) How fast is mysql_result() ? It does give more flexibility since this allowed you to implement some ...
Lukas Smith
dybvandal
Online Now Send Email
Jan 16, 2002
10:33 am
442
Hello, ... I am not sure why you ask, but MySQL driver is optimized to fecth whole rows at once. I just haven't uploaded it yet. As you wrote, these functios...
Manuel Lemos
mallemos
Offline Send Email
Jan 16, 2002
5:07 pm
443
... some ... when ... whole ... The reason I ask is because the patch i submitted used mysql_fetch_row (or mysql_fetch_array ... I don't remember). These might...
Lukas Smith
dybvandal
Online Now Send Email
Jan 16, 2002
5:27 pm
444
Hi, a general question: Is there a particular reason why every sequence has its own table in the mysql sequence emulation? Is this just to make it more...
Lukas Smith
dybvandal
Online Now Send Email
Jan 16, 2002
5:34 pm
445
Hello, ... Auto-increment fields have to be primary keys. Anyway, smaller tables are faster to access, so like in databases that support real sequences, those...
Manuel Lemos
mallemos
Offline Send Email
Jan 16, 2002
6:24 pm
446
Yeah, so performance is the reason. Which is a good reason too :-) Using "SELECT .. .FOR UPDATE" would probably be a lot slower Anyways my two co-workers were...
Lukas Smith
dybvandal
Online Now Send Email
Jan 16, 2002
6:41 pm
447
Hello, ... Actually the main reason is that you can only have one auto-increment field per table. ... I see. The greatest problem is that not all databases...
Manuel Lemos
mallemos
Offline Send Email
Jan 16, 2002
7:19 pm
448
Hello, ... Of course, as I said that is done but I haven't uploaded it yet because I want to pass that through the driver test conformance script that I still...
mallemos
Offline Send Email
Jan 17, 2002
12:10 am
449
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@yahoogro...
Send Email
Jan 17, 2002
6:11 am
450
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@yahoogro...
Send Email
Jan 17, 2002
6:33 am
451
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@yahoogro...
Send Email
Jan 17, 2002
6:34 am
452
Hello, I have just uploaded new files with the support for result set bulk data fetch. - I added 4 convinience functions that execute the query and fetch a ...
Manuel Lemos
mallemos
Offline Send Email
Jan 17, 2002
6:35 am
453
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@yahoogro...
Send Email
Jan 17, 2002
6:35 am
454
Hello, ok the driver tests run through on both my linux and my windows box (aside from the lob test ... gah sorry ... still haven't had time to check on a...
Lukas Smith
dybvandal
Online Now Send Email
Jan 17, 2002
11:38 am
455
Hi Manuel, Work is exploding overhere and I will not have time to look at metabase anymroe before Sunday evening .. maybe even Monday. I did not see anything...
Lukas Smith
dybvandal
Online Now Send Email
Jan 17, 2002
4:28 pm
456
Hello, ... Yes, I still need to support and test bulk fecthing LOB records that I forgot. There is a new MySQL-Max version. Please try that version in your ...
Manuel Lemos
mallemos
Offline Send Email
Jan 17, 2002
4:40 pm
457
Hello, ... Ok, don't worry. I think that if there are any remaining issues, those should be mostly on optimization. If we don't optimize individual drivers...
Manuel Lemos
mallemos
Offline Send Email
Jan 17, 2002
4:49 pm
458
... a ... I downloaded and tested in a hurry ... still get the same error. I will need to installe apache/php/mysql on one of the other boxes (maybe even...
Lukas Smith
dybvandal
Online Now Send Email
Jan 17, 2002
5:46 pm
459
Hello, ... You tried MySQL-Max 3.23.47 or just the new Metabase version? ... Use MetabaseNow() then. Regards, Manuel Lemos...
Manuel Lemos
mallemos
Offline Send Email
Jan 18, 2002
3:11 am
460
... New Metabase with new MySQL (with a fresh install but I keeped the mysql table so that I did not have to grant user rights) Lukas Smith smith@... ...
Lukas Smith
dybvandal
Online Now Send Email
Jan 18, 2002
7:13 am
461
Hello, ... Could that be a reason for failure? Can you please try it with newly installed database by the new Metabase files when you have some time free? ...
Manuel Lemos
mallemos
Offline Send Email
Jan 18, 2002
8:23 am
462
Hello All, I am a newbie to world of Metabase and I am having a bit of trouble hooking up the metabase library to a ODBC database that is on my windows...
wndmlr
Offline Send Email
Jan 18, 2002
7:11 pm
463
Guide to looking quite foolish in a new group immediately 1. Post Problem 2. Figure out that problem was caused by not capitalizing the word "Options" in the...
wndmlr
Offline Send Email
Jan 18, 2002
7:34 pm
464
... What you did above, so far seems correct. MetabaseSetupDatabase does not establish connections immediatly. Connections are established on demand usually on...
Manuel Lemos
mallemos
Offline Send Email
Jan 18, 2002
7:42 pm
465
Hello, ... Oh, I did not notice that as well. Anyway, as I mentioned before setting DSN like is just meant for creating databases. For your regular scripts you...
Manuel Lemos
mallemos
Offline Send Email
Jan 18, 2002
7:44 pm
466
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@yahoogro...
Send Email
Jan 19, 2002
8:49 am
Messages 437 - 466 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