Client/Server Overview
|
File Server vs. Client/Server
|
|
Data Access in Visual Basic
|
|
|
|
Data Access using DAO
|
Data Access Objects Overview
|
|
Manipulating Data Using the Recordset
|
|
Handling Concurrency Issues
|
|
Accessing External Data Using JET (ODBC and ODBC Direct)
|
|
|
|
Data Access using RDO
|
Remote Data Objects Overview
|
|
Connecting to a Data Source using RDO Cursors
|
|
Working with Parameter Queries
|
|
Manipulating with Multiple ResultSets
|
|
Running Queries Asynchronously
|
|
Working with Stored Procedures
|
|
Debugging Stored Procedures
|
|
Using the Remote Data Control
|
|
|
|
Data Access using ADO
|
ActiveX Data Object Model
|
|
Summary of Data Access Objects in Visual Basic
|
|
Object Oriented Programming concepts
|
|
Implementing Multiple Interfaces
|
|
|
ActiveX Components
|
ActiveX Component Overview
|
|
Building ActiveX Code Components
|
|
Testing ActiveX Components
|
|
Debugging ActiveX Components
|
|
Compiling and Restoring Components
|
|
Deploying Components :DCOM
|
|
|
|
Microsoft Transaction Server
|
Understanding MTS Components
|
|
Adding MTS Specific Code to your Components
|
|
Implementing Data Retrieval in components
|
|
Implementing Components Transactions
|
|
Sharing Data Among Components
|
|
Testing a Visual Basic Component
|
|
|
|
Building Three Tier Systems
|
Definition of Three Tier Service Model
|
|
Designing a Business Service
|
|
|