2011-05-19 11:11 Luiz Rafael Culik <luiz at xharbour.com.br>
  * include/win32prn.ch
    ! protected some defines with #ifndef _WINUSER_ to avoid conflicts
when winuser.ch is added before win32prn.ch
  * source/rtl/cstr.prg
    ! added type 'T'(datetime) to convert it value in the ValToPrgExp and
ValToPrg
  * source/rtl/tbrowse.prg
    ! added test for 'T'(datetime) in function lenval() and  method dispcell
  * source/debug/debugger.prg
    ! added test for 'T'( datatime) to show the correct value

2011-05-17 17:10 Luiz Rafael Culik <luiz at xharbour.com.br>
  * contrib/firebird.c
   - Fixed attachment to DB that stay connected in FBCREATEDB
   - Created functions to provide almost total access to DB and their tables
       FBDROPDB( cDataBaseName, cUser, cPassWord ) - Delete remote and
physically Database file
       FBBACKUPDB( [cNameServer|cIPServer], cDBName, cBkpName, [cUser],
[cPassWord] ) - Backup Database remotely
       FBRESTOREDB( [cNameServer|cIPServer], cBkpName, cDBName, [cUser],
[cPassWord] ) - Restore Database remotely
       FBSERVICEISRUNNING() - Verify if service is running
       FBDETACHSERVICE() - Detach service

       The last started service is saved in a static variable to been
verified by FBSERVICEISRUNNING() like exemple bellow:

       FBBACKUPDB( "localhost", "DATABASE.FBD", "DATABASE.BKP", "SYSDBA",
"masterkey" )
       DO WHILE FBSERVICEISRUNNING()
         Inkey(0.1)
       ENDDO
       FBDETACHSERVICE()
  * contrib/tfirebird.prg
   ! removed unused variable
   ! all changes provided by  Marson de Paula



------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to