2009-10-01 10:10 UTC+0100 Miguel Angel Marchuet <miguelan...@marchuet.net>
    * common.mak
    * compile.mak
    * source\rdd\Makefile
    + source\rdd\dbrename.c
      + Added DBRENAME( <cTableName>, <cIndexName>, <cNewName>, [<cRddName>], 
[<nConnection>] ) or
        DBRENAME( <cFileName>, <cNewFileName> )  to the famili of RDD functions 
DBDROP DBEXIST, that can admit
        to rename at server side the files, too at client side. It first was 
implemented only at filenet api with
        the next functions more:
                NET_COPYTO( <cLocalFile>, <cRemoteFile>|<cRemoteDevice> )
                NET_COPYFROM( <cRemoteFile>, <cLocalFile>|<cLocalDevice> )
                NET_COPYFILE( <cRemoteFile>, <cRemoteFile>|<cRemoteDevice> )
        
                NET_FRENAME( <cRemoteOldFile>, <cRemoteNewFile> ) --> nSuccess
                NET_FERASE( <cRemoteFile> ) --> nSuccess

                NET_MAKEDIR( <cRemoteDirectory> ) --> nOSError
                NET_DIRREMOVE( <cRemoteDirectory> ) --> nOSError
                NET_FILEATTR( [<cRemoteFileName>] ) --> nAttributes
                NET_DIRECTORY( <cRemoteDirSpec>, [<cAttributes>] ) --> 
aDirectory

                NET_OPENCONNECTION( <cIPServer|cNameServer>, <nPort> ) -> 
pSocket
                NET_CLOSECONNECTION( pSocket )


Patrick can you add this functions to help ?
                DBEXITS( <cTableName>, [<cIndexName>], [<cRddName>], 
[<nConnection>] ) -> lSuccess
                DBDROP( <cTableName>, [<cIndexName>], [<cRddName>], 
[<nConnection>] ) -> lSuccess
                DBRENAME( <cTableName>, [<cIndexName>], <cNewName>, 
[<cRddName>], [<nConnection>] ) -> lSuccess

                NET_COPYTO( <cLocalFile>, <cRemoteFile>|<cRemoteDevice> )
                NET_COPYFROM( <cRemoteFile>, <cLocalFile>|<cLocalDevice> )
                NET_COPYFILE( <cRemoteFile>, <cRemoteFile>|<cRemoteDevice> )
        
                NET_FRENAME( <cRemoteOldFile>, <cRemoteNewFile> ) --> nSuccess
                NET_FERASE( <cRemoteFile> ) --> nSuccess

                NET_MAKEDIR( <cRemoteDirectory> ) --> nOSError
                NET_DIRREMOVE( <cRemoteDirectory> ) --> nOSError
                NET_FILEATTR( [<cRemoteFileName>] ) --> nAttributes
                NET_DIRECTORY( <cRemoteDirSpec>, [<cAttributes>] ) --> 
aDirectory

                NET_OPENCONNECTION( <cIPServer|cNameServer>, <nPort> ) -> 
pSocket
                NET_CLOSECONNECTION( pSocket )



Best regards,
Miguel Angel Marchuet


__________ Información de ESET NOD32 Antivirus, versión de la base de firmas de 
virus 4471 (20090930) __________

ESET NOD32 Antivirus ha comprobado este mensaje.

http://www.eset.com



------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to