|
ASP samples |
| Sample 1 | | Getting data from database (VB) |
| Sample 2 | | Getting picture from database (VB) |
ADO.Net samples |
| Sample 1 | | OLE DB Exceptions Handling (C#, VB.Net) |
| Sample 2 | | Database Connection methods (C#, VB.Net) |
| Sample 3 | | Work with Data Reader Object (C#, VB.Net) |
| Sample 4 | | Connection Pooling (C#, VB.Net) |
| Sample 5 | | ADO.Net Objects. Read and Write XML (C#, VB.Net) |
| Sample 6.1 | | Data Grid Filling (VB.Net) |
| Sample 6.2 | | Filter in Data Grid (VB.Net) |
| Sample 7 | | Stored procedure. Obtaining of row set (C#, FW 2.0) |
| Sample 8 | | DataGridView filling (C#, FW 2.0) |
| Sample 9 | new! | How to insert image into the blob field (C#, FW 2.0) |
|
C++ and VB samples |
| Sample 1 | | Connection to DataBase (VB, C++) |
| Sample 2 | | Work with resulting set (VB, C++) |
| Sample 3 | | Work with command (VB, C++) |
| Sample 4 | | Work with BLOB field (VB, C++) |
| Sample 5 | | Arrays reading (VB) |
| Sample 6 | | Arrays writing (VB) |
| Sample 7.1 | | Update recordset (VB, C++) |
| Sample 7.2 | | Updatable recorset. Writing of changes in separate transaction (VB, C++) |
| Sample 7.3 | | Updatable recorset. Controlled mode (VB, C++) |
| Sample 7.4 | | Updatable recorset. Testing of query pool (VB) |
| Sample 8.1 | | Stored procedure. IN-OUT parameters (VB, C++) |
| Sample 8.2 | | Stored procedure. Obtaining of row set (VB) |
| Sample 8.3 | | Stored procedure. Use of property std_exec_sp (VB) |
| Sample 8.4 | | Stored procedure. ODBC call. IN-OUT parameters (WSF:VBS, C++) |
| Sample 8.5 | | Stored procedure. ODBC call. Obtaining of row set (WSF:VBS) |
| Sample 9.1 | | ActiveX Components. Manager of generators (VB) |
| Sample 9.2 | | ActiveX Components. Clone of connection in ADODB (VB) |
| Sample 9.3 | | ActiveX Components. Calculation of CPU time (VB) |
| Sample 10.1 | | Database metadata extract (VB) |
| Sample 10.2 | | Table metadata extract (VB) |
| Sample 11 | | Work with InterBase Exceptions (VB) |
| Sample 12 | | Work with InterBase using the ScriptControl (VB) |
| Sample 13 | | Bookmarks usage (VB) |
| Sample 14 | | Work with InterBase triggers (VB) |
| Sample 15 | | MSSQL Linked Servers. Samples for article (WSF:VBS) |
| Sample 16 | | Work with transactions through SQL commands (VB) |
|
Delphi samples (author: Andrei Semak) |
| Sample 1 | | Work with parameters |
| Sample 2 | | Work with IN and OUT parameters in stored procedure |
| Sample 3 | | Work with BLOB fields and parameters |
| Sample 4 | | RecordSet getting |
| Sample 5 | | SELECT with parameter, Command and RecordSet |
| Attention: the examples uses MTS. See operators SetComplete and SetAbort. |