Enabling Bulk Load Using the ODBC Connection String

Use the SQLDriverConnect to enable the bulk-load support.

  1. Use SQLDriverConnect to specify a connection string.
  2. Set the EnableBulkLoad connection string property to 0, 1, 2, or 3, as appropriate.
    For example:
    Driver=AdaptiveServerEnterprise;server=server1;
    port=port1;UID=sa;PWD=;EnableBulkLoad=1;