From: Manuel L. <man...@uo...> - 2001-08-20 22:48:35
|
Hello, >>> I had to do a quick hack to the metabase_mysql driver to support >> _ProcessResult properly (added GetColumnNames($result), to driver). >> We have to modifiy the other metabase drivers (mSQL,PostgreSQL) too or= the >> QueryManager (as I did in _GetNumCols). But I don't like abstraction t= here, >> it's cleaner to have a standard metabase installtion that supports the >> following functions for fetching column names and count for a executed= query >> (or something similar): >>=20 >> MetabaseGetNumCols($database, $result) >> MetabaseGetColNames($database, $result) >>=20 >> This should be no problem. All DBMS as well as PHP support the functio= nality >> to archive this - it just has to be done. However for the moment it wo= rks >> for OCI and mysql (with the patch). > >Ok, cool. > >I think manuel is now subscribed to the list... manuel, what do you thin= k? Sounds good. Just send me the patches and I=B4ll integrate them in Metaba= se. Regards, Manuel Lemos |