Ferreteria/v0.6/clade/Sys/Data/Engine/aux/Schema/MyMar/@fx/DoImport/@removed
< Ferreteria | v0.6 | clade | Sys | Data | Engine | aux | Schema | MyMar | @fx/DoImport
Jump to navigation
Jump to search
|
Removed Code
|
2026-02-24
Commented out on 2026-02-22, because this is now done in the Client:
#
if ($oAct->GetOkay()) {
// create buffer for receiving replies:
#$oReplyBuff = new BufferClass; // buffer for brief replies (not for file-storage)
#$oAct = $oReplyBuff->Open();
$oCmd = CmdLineClass::FromString($sqCmd);
#$oActConn = $oDbConn->DoCommand($oCmd,$oReplyBuff);
#ConveyClass::OUpdater($this);
$oActConn = $oEngine->OClient()->DoCommand($oCmd);
$oAct->Assimilate($oActConn);
}