Hello! I am starting to switch our intranet database stuff to Metabase. We will probably switch databases in the future, but now we use Access so I was trying...
Hi, I will attempt to more actively approach people that I think are competent enough to write a driver (actually I have allready started). At the sametime I...
Hello, ... That is ridiculous. I started Metabase in late 1998. I released it early 2000. It took a little over 1 year before I decided it was ready for ...
Hi, MDB NEEDS YOU. Those following the latest mails by me may have noticed that MDB is getting to a point where more drivers are needed in order to not stall ...
... hehehe. well put. he will be soon, he had a beautiful little kid a while ago. :) course I can't claim crap, I'm 22. I have no kids... but I like them! ...
Hello, ... I pratically gave up trying to fix all the misconceptions about Metabase because people tend to judge things not for what they are but rather for ...
Hi -- This morning I got oci working with CLOBs, thanks to your help. I believe now that the problem was a combination of a NULL clob field value which gave ...
I'm hoping someone can help out with this. We wrote some programs using MySQL on a dev server, and now we're deploying with OCI production server under Oracle...
Hi, mysql allows you to store text in a blob field when you dump that data you end up with text data, which is rejected by the parser based on the following...
Hi, why do you do a strotolower here? Function GetTableIndexDefinition(&$db,$table,$index,&$definition) { $index_name=strtolower($index); cant this collide...
Hello, I am really not into any competition but the author of this site seems to be encouraging authors of the envolved database abstraction packages to make...
Hi, the start tag in the documentation is not marked as required .. there even is a default set for it (1) ... yet the parser does not allow missing start tags...
The metabase_mysql.php,v 1.61 I'm using does not have the return($metabase_databases[$database]->PrepareQuery($query)); PrepareQuery function. I wonder why it...
Hi folks, RC2 is out: http://pear.php.net/package-info.php?package=MDB Release Notes: http://pear.php.net/package-changelog.php?package=MDB&release=1.0_RC2 ...
Hi, ... (or ... w3c, ... Well the reason that the format ist he way it is simple: it is the Metabase format :-) In the future I want to make this all more...
Hi, I finally figured out the problem with lob support under windows! The problem is that windows needs a 'b' for binary files in fopen (see the manual) Best...
Aloha, well I think MDB is about ready for a first release candidate. I think the API is solid now and the PostGreSQL driver is ready for operation (only xml...
Hi! I have a small newbie question: Which database abstraction should I use? I've started implementing Metabase but just when I got the hang of it, I realized...
Hi! I¡¦m not that experienced with PHP programming and databases but please help me out with this issue. I have made a neat little application where I have...
Hello, Finally I made time to finish integrated the contribution of Jeroen Derks to add support to schema reverse engineering. Now it also retrieves table...
Hello, Since InnoDB can now be used also for transactions, I added the setup option DefaultTableType to the MySQL driver to define the default table type so...
Hi, I was hoping for a bit more feedback on the last two mails ("absolute versus relative" and "db abstraction: pass by reference versus return") I send...
Hi, just wanted to mention that you can find phpdoc's over at: www.dybnet.de/MDB/docs/ Those are docs I generated just now for the last release (0.9.9) As to a...
... Awesome, I will play around with it as well. I don't really have a good testbed for it though. Maybe the binarycloud people have? Since the pgsql driver...
Hello. I'm developing an application using PHP 4.0.6 and Microsoft SQL Server 2000, when I run an stored procedure it returns me empty rows, when I run the...
Hi, just found one instance where PEAR DB uses a pass by reference var to return data: fetchInto() stig told me that tomas made this modification to be able to...
... will ... object ... because ... solution ... would you also say that methods that handel conversion should be handled this way? For example: $query =...
... I'm for this as well. binarycloud basically uses this standard at the moment as well (with PEAR errors. I think it is the most intuitive. ... Yes, thanks...