2009-06-06 00:25 UTC+0100 Miguel Angel Marchuet <miguelan...@marchuet.net>
  * common.mak
  * compile.mak
  + include\hbapises.h
  + source\rtl\session.c
    + Added api session to support transactions. a group of workareas can
      be created with the same session, all the files into the session will
      be rollback by request, or commited.
      HB_SESSIONNEW( [cUserName] ) -> nSessionId
      HB_SESSIONSELECT( [nSessionId] ) -> nCurrentSessionId
      HB_SESSIONUSERNAME() -> cUserName
      HB_SETSESSION( [nSessionId] ) -> nCurrentSessionId
      
      remain to add command CREATE SESSION [cUserName] as in dBase IV or 
higher.

Best regards,
Miguel Angel Marchuet

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to