Introduction - If you have any usage issues, please Google them yourself
Analog phones Notes:// This example demonstrates the following functions// 1. Create Northwind sample database// 2. Create Employees table// 3. Open a connection to Northwind database// 4. Insert employee sample data using OLE DB API// 5. Update employee info using OLE DB API// 6. Queries through ICommandText// 7. IRowsetIndex seek// 8. Insert BLOB to database using ISequentialStream// 9. Load BLOB from database using ILockBytes// 10. Wrap employee data insertions in a transaction