Hello, ... There is a driver class developed by Sergio Zia based on the MSSQL driver class. I just did not integrate it because I did not yet have add the time...
... a ... add ... me ... I may have to write an MDB sybase driver for a project. Since I will base the driver off of this work I can see that I get any issues...
Hi, the sqlite driver seems to be using sqlite_exec which only exist in C. It should rather use sqlite_query. Also I am not sure why it does some internal...
Hello, ... Metabase SQLite driver was developed by Jeroen Derks to work with the original SQLite PHP library written by Chris Burton. It is not based on the...
Hello, ... That is odd. Are you using Windows? Which version of MySQL are you using? -- Regards, Manuel Lemos Free ready to use OOP components written in PHP ...
Hello, ... Can you please mail me privately a dump of the table that is causing the problem, so I can see exactly what is failing? -- Regards, Manuel Lemos ...
Hi, I am just wondering what the purpose of the in_transaction property is. It seems like it is just the opposite of the auto_commit property. Is that...
Hello, ... As you may imagine, there is no dummy code in Metabase, even though you may be not aware of what it is for. auto_commit and in_transaction represent...
I checked the documentation for the function: $previous_error_handler = MetabaseSetErrorHandler($database, $error_handler); I'm a bit confused regarding this....
... This means that you have not defined the function errhandler(). You probably defined it in a script that you forgot to include. ... This example should...
... You got that right! I wasn't paying close enough attention and had put the errHandler() function in the wrong place! Now it's working well. ... that ... ...
... One of the first things I messed with when I started using Metabase was the debugging options. My error handling function (which is now working, thanks...
Hello, ... If you are using PHP 4.3 or better, you may also want to take a look at a PHP error handler that I wrote to include with a class that mails PHP ...
Dear Lemos; Id I do not assign the Host in database_arguments array, my visitors can connect to my mysql server through php-metabase as localhost And I have...
Hi, Just walked into Metabase, and took a look at the documentation. Seemd to be just what I am looking for. Just one little question Where should best I...
Hello, ... Usually, libraries should be installed outside your Web document tree. Since has to do with PHP, you may install it for instance under your PHP ...
Hi From looking at the code I can see that you are not fully supporting INNODB tables for mysql 4. ie transactions. If you don't mind I would like to have a...
I have a varchar field in MSSQL server 2000 and for some reason, it won't fetchResult for the whole field (the field is over 4000 characters). does metabase...
Hello, ... The MySQL driver supports transactions since a long time ago, regardless of the table type. You can sepecify the default table type but that is...
Hello, ... Not Metabase but MS-SQL server has some options to override the 4096 character limit. There are a few settings in php.ini but in the manual notes...
... Hash: SHA1 Hi, ... <snip> ... <snip again> For what it's worth, I've been using Metabase w/MySQL 4 transactions for over a year now and it works great. In...
Hello, New and improved Metastorage documentation materials were released with the intention of helping developers to get started with this software ...
Hi - I'm interested in extending the metabase class so I can add a wrapper around the Query function. I'd like to record all sql queries that are run by my...
Hello, ... You can use custom driver classes for that purpose. Just take a look at these parameters of the MetabaseSetupDatabase function: IncludedConstant,...