CodeGenetics

  Home | Windows Workflow | IFS Solutions  | Zooms (Bob Porter comp pls links to other zooms)

   Windows Workflow Foundation is an exciting new technology which forms part of the fundamentals of Windows Vista -
   the next version of Windows.  As the name suggests it is a is an extensible programming model and runtime components which
   allows the development of workflow based solutions. Currently at Release Candidate 5 WF, as it is known, will be released  as 
   a set of   downloadable components in the second half of 2006. 
   For more information visit www.netfx3.com/

   I have been developing solutions using WF since Beta 1 and am building up a library of useful components.
   As they mature I will publish them here !
 
Copyright © 2006 CodeGenetics. All rights reserved.  | Contact Us

  OracleDatabaseActivity :  This is a conversion of the Microsoft SQL Server database activity to Oracle. 
  
  It basically works in the same way as the original activity except for Oracle.
  I have also made some minor tweaks to make the activity more robust in an Oracle context.
  When executing SQL queries the parameter placeholder is a colon (:)
  The simplest connection string is "server=<sid>;uid=<user>;pwd=<password>;"   

  Component Only : OracleDatatabaseActivity.dll version 3.0.2.26548 (compiled for RC5)
  Project : OracleDatabaseActivity.zip

  ZipActivity : This component contains two activities Zip and Unzip

  The component uses the OpenSource library SharpLib which can be found here 
  The Zip activity allows zipping of a single specified file or of the contents of a directory based on a file filter. 
  The UnZip activity can extract either a specified zip entry name or the entire contents of a zip file.

  Component and SharpLib dll only : ZipActivity.zip version 3.0.2.26371 (compiled for RC5)
  Project : ZipActivity_Source.zip