Ferreteria/v0.6/clade/Sys/Data/Engine/aux/Schema/MyMar/@fx/DoImport/@removed

From WoozleCodes
Jump to navigation Jump to search
Removed Code

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);

        }