Hi all.
I am need to working with Oracle from ActiveRecord classes.
In the lack of this resource I decided to write the necessary classes for this.
I have re-wrote this files:
TOracleCommandBuilder
TOracleTableInfo
TOracleMetaData
TOracleTableColumn
and have modifyed TDbMetaData.php to include :
case 'oci':
Prado::using('System.Data.Common.Oracle.TOracleMetaData');
return new TOracleMetaData($conn);
(see the new Oracle directory at System.Data.Common)
and I am needing to share them with the community.
How can I upload this files to here ?
TIA,
MN