Thank you very much Przemek. I can now continue
converting my RDD code to cli/srv.

Brgds,
Viktor

On 2009.09.15., at 16:53, [email protected] wrote:

Revision: 12497
         
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=12497&view=rev
Author:   druzus
Date:     2009-09-15 14:53:23 +0000 (Tue, 15 Sep 2009)

Log Message:
-----------
2009-09-15 16:52 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
 * harbour/include/hbapifs.h
 * harbour/source/rtl/filebuf.c
   + added hb_fileRename()

 * harbour/contrib/hbnetio/netio.h
 * harbour/contrib/hbnetio/netiocli.c
 * harbour/contrib/hbnetio/netiosrv.c
   + implemented Rename method in NETIO

 * harbour/include/hbapirdd.h
 * harbour/source/rdd/workarea.c
   + added new non workarea method: RENAME()

 * harbour/source/rdd/Makefile
 * harbour/include/hbextern.ch
 * harbour/source/rdd/dbcmd.c
 + harbour/source/rdd/dbrename.c
   + added new .prg function:
        dbRename( <cTable> [,<cIndex>], <cNewName>, ;
                  [<cRDD>], [<nConnect>] ) -> <lOK>
   + added hb_dbRename() - synonym of dbRename()

 * harbour/source/rdd/dbf1.c
   + added support for dbRename() in DBF* RDDs

 * harbour/include/hbrdddbf.h
 * harbour/include/hbrddcdx.h
 * harbour/include/hbrddfpt.h
 * harbour/include/hbrddntx.h
 * harbour/source/rdd/dbffpt/dbffpt1.c
 * harbour/source/rdd/dbfntx/dbfntx1.c
 * harbour/source/rdd/dbfnsx/dbfnsx1.c
 * harbour/source/rdd/dbfcdx/dbfcdx1.c
 * harbour/source/rdd/sdf1.c
 * harbour/source/rdd/delim1.c
 * harbour/include/hbusrrdd.ch
 * harbour/source/rdd/usrrdd/usrrdd.c
 * harbour/contrib/rddads/adsx.c
 * harbour/contrib/rddads/ads1.c
 * harbour/contrib/rddsql/sqlbase.c
 * harbour/contrib/rddsql/sqlmix.c
 * harbour/contrib/hbbmcdx/bmdbfcdx.c
 * harbour/contrib/hbbmcdx/hbbmcdx.h
   + updated to compile with new RDD method: RENAME
     TODO: add support for this method to ADS* RDDs

Modified Paths:
--------------
   trunk/harbour/ChangeLog
   trunk/harbour/contrib/hbbmcdx/bmdbfcdx.c
   trunk/harbour/contrib/hbbmcdx/hbbmcdx.h
   trunk/harbour/contrib/hbnetio/netio.h
   trunk/harbour/contrib/hbnetio/netiocli.c
   trunk/harbour/contrib/hbnetio/netiosrv.c
   trunk/harbour/contrib/rddads/ads1.c
   trunk/harbour/contrib/rddads/adsx.c
   trunk/harbour/contrib/rddsql/sqlbase.c
   trunk/harbour/contrib/rddsql/sqlmix.c
   trunk/harbour/include/hbapifs.h
   trunk/harbour/include/hbapirdd.h
   trunk/harbour/include/hbextern.ch
   trunk/harbour/include/hbrddcdx.h
   trunk/harbour/include/hbrdddbf.h
   trunk/harbour/include/hbrddfpt.h
   trunk/harbour/include/hbrddntx.h
   trunk/harbour/include/hbusrrdd.ch
   trunk/harbour/source/rdd/Makefile
   trunk/harbour/source/rdd/dbcmd.c
   trunk/harbour/source/rdd/dbf1.c
   trunk/harbour/source/rdd/dbfcdx/dbfcdx1.c
   trunk/harbour/source/rdd/dbffpt/dbffpt1.c
   trunk/harbour/source/rdd/dbfnsx/dbfnsx1.c
   trunk/harbour/source/rdd/dbfntx/dbfntx1.c
   trunk/harbour/source/rdd/delim1.c
   trunk/harbour/source/rdd/sdf1.c
   trunk/harbour/source/rdd/usrrdd/usrrdd.c
   trunk/harbour/source/rdd/workarea.c
   trunk/harbour/source/rtl/filebuf.c

Added Paths:
-----------
   trunk/harbour/source/rdd/dbrename.c


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to