[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] another oProc question
From: |
Sigurd Nes |
Subject: |
[Phpgroupware-developers] another oProc question |
Date: |
Wed, 25 Jun 2003 08:22:48 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030525 Thunderbird/0.1a |
I am using the oProc from within an admin_class
(class.soadmin_location.php) which admins the meta-database of the
location-hierachy in the app 'property'.
It works fine with the execption of AlterColumn and RenameColumn - these
two calls simply do nothing.
To init the oProc - I call a init function like this:
function init_process()
{
$this->oProc=
CreateObject('phpgwapi.schema_proc',$GLOBALS['phpgw_info']['server']['db_type']);
$this->oProc->m_odb = $this->db;
$this->oProc->m_odb->Halt_On_Error = 'report';
}
Any clues ?
Sigurd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-developers] another oProc question,
Sigurd Nes <=