New sample programs

Several new samples are available for Adaptive Server Enterprise extension module for Python:


dsnconnect

Demonstrates how to connect to a server using a dsn.


blk

Uses the bulk-copy routines to copy data to a server table. The data is then retrieved and shown.


blkmany

Uses the bulk-copy routines to copy data and multiple rows at a time.


blkiter

Demonstrates how to use the Python iteration protocol to bulk-copy-out rows of a table.


blktypes

Demonstrates how to use different Python object types (default, NULL values, and so on) as values in a bulk operation.