dtl


Index of DTL Code Examples

Working with a table where you know the columns at compile time

Using iterators (DBView)

  1. Simple select example.
  2. Simple insert example.
  3. Simple update example.
  4. Simple delete example.
  5. Simple select-update example.

Using a container (IndexedDBView)

  1. IndexedDBView example.

Working with a table where you don't know the columns until runtime

Using iterators (DynamicDBView)

  1. Simple select example.
  2. Simple insert example.
  3. Simple update example.
  4. Simple delete example.
  5. Simple select-update example.

Using a container (DynamicIndexedDBView)

  1. DynamicIndexedDBView example.

Other Topics

  1. Making it easier to map database fields to objects: Local BCA.
  2. Working with NULLs.
  3. Executing simple SQL statements.
  4. Stored Procedures. (See also sql_iterator.)
  5. Working with functions, e. g.: count(*), sum(*), etc.
  6. Handling errors. (See also Exception Handling)

 


[DTL Home]

Copyright © 2002, Michael Gradman and Corwin Joy.

Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Corwin Joy and Michael Gradman make no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.

This site written using the ORB. [The ORB]

1