Hello ! i ended here after an intense research... I have a problem : i have a mysql db, must fetch data and export to mdb file and dbf file... now i have a...
Hello Manuel- I have been using Metabase and MySQL for awhile now. I just started playing around with PostgreSQL (using Metabase) last night. Looks like SQL...
Hello, The Metabase API was enhanced to provide database independent escaping of % and _ in SQL LIKE expressions that may need to take these and other wildcard...
- The SQLite driver was updated to support native auto-increment fields, primary keys, and binary data escaping stored in BLOB fields. - This driver also...
OK the last update, for now, until someone who knows what they are doing can verify what I've done. This one is completing all 16 conformance tests. And now...
Manuel Hi I've been using metabase now for a few months I use it to develop small apps using sqlite. I have been working with this driver converted for the...
Hello, In case you don't know, I have just released a new version of Metabase. This release includes support for inserting rows in tables omitting the ...
Hello, A new Metabase release is imminent. All new features were implemented, tested and documented. I am just finishing to update the tutorials and tomorrow I...
I developed a little script to admin scripts: import, export, sincronize from a db to another delete the schemas are created under metabase/schemas But I found...
Hello, After a long time without significant enhancements to Metabase, I am finally adding support to database schema features like auto-increment fields and...
Here's my situation: 1. The webserver does not have mysql 2. I do not have shell access to the web server Does metabase provide a 'flat-file39; style for...
Before I tried Metabase for the first time (last week) i used: //create select list options (id,lname,fname) $options_agents=array(""=>"Select an Agent"); ...
Hello, ... That sounds like you are using MySQL 4.1 that has a backwards compatibility problem of not allowing the setting of default values of auto-increment...
Hello, I've recently started playing with Metabase as a solution for my PHP database abstraction needs. I'm trying to write a project that needs to be...
Hello, It has been a while since I have not made a release of Metabase. Some people have even thought that Metabase development was halted. However, I have...
Hello, In the latest released Metabase the method CreateDatabase() inside manager_mysql tests for existance of mysql_create_db function. If that function...
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, New and improved Metastorage documentation materials were released with the intention of helping developers to get started with this software ...
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...
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...
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...
I checked the documentation for the function: $previous_error_handler = MetabaseSetErrorHandler($database, $error_handler); I'm a bit confused regarding this....
Hello everyone, I'm trying SetErrorHandler. $previous_error_handler = $mb->SetErrorHandler("myhandlerfunction"); The idea of a handler function is great, and...
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...