'****************************************************************************************'
Copyright  2006 www.ibprovider.com
'****************************************************************************************'

How to use samples:

1. Install IBProvider v.3 (free or trial) from site www.ibprovider.com and Firebird 2.1.x
2. Set correct path to the Firebird in the Data Link Files:

   a) edit employee.udl manually or 
   b) click right button from IDE and select command 
      "Open with" -> "Microsoft Data Access - OLE DB Core Services"
   
3. Use NUnit to run these samples or F5 to run its in debug mode

Any comments or questions mail to  mailto:ibprovider@ibprovider.com

Here you can read official Firebird 2.1 Beta 1 Release Notes 
http://www.firebirdsql.org/devel/doc/rlsnotes/html/rlsnotes21.html

Samples list (6 samples):

1. TestCase "SampleStatementUpdateOrInsert" - sample of UPDATE OR INSERT Statement
2. TestCase "SamplesStatementList" - sample of SELECT LIST() statement
3. TestCase "SampleStatementReturning" - 
   sample of UPDATE, DELETE, UPDATE OR INSERT, RETURNING statements
4. Three samples of the some monitoring actions throught the SQL and new MON$ tables