Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

metabase-dev · Metabase Development discussions list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1082 - 1111 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1082 Lukas Smith
dybvandal Send Email
Oct 4, 2003
11:14 pm
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...
1083 Manuel Lemos
mallemos Send Email
Oct 6, 2003
4:57 am
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...
1084 Manuel Lemos
mallemos Send Email
Oct 24, 2003
3:05 am
Hello, As a side note, I forgot to mention that the Metastorage tutorial is available here: ...
1085 Thomas M. Duffey
c0rnfusion Send Email
Oct 30, 2003
6:35 pm
... Hash: SHA1 Hi Manuel, I was not able to reverse engineer a MySQL schema until I turned the strcmp() call into strcasecmp() on line 432 of...
1086 Manuel Lemos
mallemos Send Email
Oct 30, 2003
7:04 pm
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 ...
1087 Manuel Lemos
mallemos Send Email
Oct 30, 2003
7:13 pm
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 ...
1088 Lukas Smith
dybvandal Send Email
Oct 31, 2003
10:21 am
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...
1089 Manuel Lemos
mallemos Send Email
Nov 1, 2003
12:51 pm
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...
1090 deathbycarrots Send Email Nov 25, 2003
6:23 pm
I checked the documentation for the function: $previous_error_handler = MetabaseSetErrorHandler($database, $error_handler); I'm a bit confused regarding this....
1091 Manuel Lemos
mallemos Send Email
Nov 26, 2003
1:11 am
... 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...
1092 deathbycarrots Send Email Nov 26, 2003
12:43 pm
... 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 ... ...
1093 deathbycarrots Send Email Nov 26, 2003
12:49 pm
... 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...
1094 Manuel Lemos
mallemos Send Email
Dec 2, 2003
10:43 am
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 Send Email 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 Send Email
Dec 11, 2003
3:56 pm
1097 klaas_venekamp@...
klaas_venekamp Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email Dec 25, 2003
3:03 pm
The mysql changes can be found at http://www.phpfreaks.com/articles/188/0.php...
1102 Jon
deathbycarrots Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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...
Messages 1082 - 1111 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help