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 ...
1095
mubis
Dec 11, 2003 8:52 am
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...
1096
Muammer Biskinler
mubis
Dec 11, 2003 3:56 pm
1097
klaas_venekamp@...
klaas_venekamp
Dec 16, 2003 10:29 pm
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...
1098
Manuel Lemos
mallemos
Dec 16, 2003 11:46 pm
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 ...
1099
klaas venekamp
klaas_venekamp
Dec 17, 2003 7:05 pm
Thanks looking foorward for testing ==> Multiframe menu ==> Migrating Members database from MsAcces ==> Migrating Financial Database ==> Migrating mulitlingual...
1100
bruce_nicholls
Dec 25, 2003 3:02 pm
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...
1101
bruce_nicholls
Dec 25, 2003 3:03 pm
The mysql changes can be found at http://www.phpfreaks.com/articles/188/0.php...
1102
Jon
deathbycarrots
Jan 7, 2004 5:43 pm
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...
1103
Manuel Lemos
mallemos
Jan 7, 2004 9:44 pm
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...
1104
Manuel Lemos
mallemos
Jan 7, 2004 9:47 pm
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...
1105
Thomas M. Duffey
c0rnfusion
Jan 7, 2004 9:53 pm
... 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...
1106
Manuel Lemos
mallemos
Mar 23, 2004 2:20 am
Hello, New and improved Metastorage documentation materials were released with the intention of helping developers to get started with this software ...
1107
jamiescottmcclelland
jamiescottmc...
Jun 8, 2004 2:25 am
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...
1108
Manuel Lemos
mallemos
Jun 8, 2004 2:45 am
Hello, ... You can use custom driver classes for that purpose. Just take a look at these parameters of the MetabaseSetupDatabase function: IncludedConstant,...
1109
Stefano
slocati
Jul 17, 2004 5:02 pm
Hello, In the latest released Metabase the method CreateDatabase() inside manager_mysql tests for existance of mysql_create_db function. If that function...
1110
Manuel Lemos
mallemos
Jul 18, 2004 4:50 am
Hello, ... Humm... I have silenced the warning in the latest release. Now, I have just noticed that I did not make any release after that. I think I will do it...
1111
Manuel Lemos
mallemos
Aug 24, 2004 4:31 am
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...
1112
dcpck2004
Sep 7, 2004 4:39 pm
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...
1113
Lukas Smith
dybvandal
Sep 7, 2004 4:41 pm
... this may help: Ini setting for output formatting: ini_set('mssql.datetimeconvert', 'Off'); Query on startup to tell the server how input will have date...
1114
Manuel Lemos
mallemos
Sep 7, 2004 4:56 pm
Hello, ... The Metabase solves that by creating fixed size text fields. Although text fields may not be suitable for all dates operations they are sufficient...
1115
Manuel Lemos
mallemos
Nov 21, 2004 2:56 am
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...
1116
idiroddi
Feb 17, 2005 5:57 am
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"); ...
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...
1119
Colleen Dick
napiobai
Mar 30, 2005 8:15 pm
You shouldn't need shell if you have access to web based management such as phpmysqladmin. Most of my web hosting clients who run databases neither have nor...
1120
jtrelfa
Mar 31, 2005 3:38 am
Maybe I need to give clarification to my situation. I do not have a choice regarding the web server: My customer for the database app runs their own...
Hello, After a long time without significant enhancements to Metabase, I am finally adding support to database schema features like auto-increment fields and...
1123
Alexandre Miguel de A...
alexandremasbr
Aug 2, 2005 9:32 pm
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...