Enabling Bulk Load Using the ADO.NET Connection String

Review the instructions to enable bulk-load using the ADO.NET connection string.

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