Search the web
Sign In
New User? Sign Up
metabase-dev · Metabase Development discussions list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1079 - 1108 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1079
Hi, are there any plans to add a Sybase driver or at least some code for a Sybase driver? Regards, Lukas Smith smith@... ...
Lukas Smith
dybvandal
Offline Send Email
Sep 21, 2003
5:52 pm
1080
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...
Manuel Lemos
mallemos
Offline Send Email
Sep 27, 2003
4:58 am
1081
... 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...
Lukas Smith
dybvandal
Offline Send Email
Sep 27, 2003
7:43 am
1082
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...
Lukas Smith
dybvandal
Offline Send Email
Oct 4, 2003
11:14 pm
1083
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...
Manuel Lemos
mallemos
Offline Send Email
Oct 6, 2003
4:57 am
1084
Hello, As a side note, I forgot to mention that the Metastorage tutorial is available here: ...
Manuel Lemos
mallemos
Offline Send Email
Oct 24, 2003
3:05 am
1085
... 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...
Thomas M. Duffey
c0rnfusion
Offline Send Email
Oct 30, 2003
6:35 pm
1086
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 ...
Manuel Lemos
mallemos
Offline Send Email
Oct 30, 2003
7:04 pm
1087
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 ...
Manuel Lemos
mallemos
Offline Send Email
Oct 30, 2003
7:13 pm
1088
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...
Lukas Smith
dybvandal
Offline Send Email
Oct 31, 2003
10:21 am
1089
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...
Manuel Lemos
mallemos
Offline Send Email
Nov 1, 2003
12:51 pm
1090
I checked the documentation for the function: $previous_error_handler = MetabaseSetErrorHandler($database, $error_handler); I'm a bit confused regarding this....
deathbycarrots
Offline Send Email
Nov 25, 2003
6:23 pm
1091
... 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...
Manuel Lemos
mallemos
Offline Send Email
Nov 26, 2003
1:11 am
1092
... 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 ... ...
deathbycarrots
Offline Send Email
Nov 26, 2003
12:43 pm
1093
... 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...
deathbycarrots
Offline Send Email
Nov 26, 2003
12:49 pm
1094
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 ...
Manuel Lemos
mallemos
Offline Send Email
Dec 2, 2003
10:43 am
1095
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...
mubis
Offline Send Email
Dec 11, 2003
8:52 am
1096 Muammer Biskinler
mubis
Offline Send Email
Dec 11, 2003
3:56 pm
1097
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...
klaas_venekamp@...
klaas_venekamp
Offline Send Email
Dec 16, 2003
10:29 pm
1098
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 ...
Manuel Lemos
mallemos
Offline Send Email
Dec 16, 2003
11:46 pm
1099
Thanks looking foorward for testing ==> Multiframe menu ==> Migrating Members database from MsAcces ==> Migrating Financial Database ==> Migrating mulitlingual...
klaas venekamp
klaas_venekamp
Offline Send Email
Dec 17, 2003
7:05 pm
1100
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...
bruce_nicholls
Offline Send Email
Dec 25, 2003
3:02 pm
1101
The mysql changes can be found at http://www.phpfreaks.com/articles/188/0.php...
bruce_nicholls
Offline Send Email
Dec 25, 2003
3:03 pm
1102
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...
Jon
deathbycarrots
Offline Send Email
Jan 7, 2004
5:43 pm
1103
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...
Manuel Lemos
mallemos
Offline Send Email
Jan 7, 2004
9:44 pm
1104
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...
Manuel Lemos
mallemos
Offline Send Email
Jan 7, 2004
9:47 pm
1105
... 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...
Thomas M. Duffey
c0rnfusion
Offline Send Email
Jan 7, 2004
9:53 pm
1106
Hello, New and improved Metastorage documentation materials were released with the intention of helping developers to get started with this software ...
Manuel Lemos
mallemos
Offline Send Email
Mar 23, 2004
2:20 am
1107
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...
jamiescottmcclelland
jamiescottmc...
Offline Send Email
Jun 8, 2004
2:25 am
1108
Hello, ... You can use custom driver classes for that purpose. Just take a look at these parameters of the MetabaseSetupDatabase function: IncludedConstant,...
Manuel Lemos
mallemos
Offline Send Email
Jun 8, 2004
2:45 am
Messages 1079 - 1108 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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