Skip to content

Modification needed for SQL Server Native Client 11 #1

@RickBorup

Description

@RickBorup

Data Explorer v3.0.3 is hard-coded to use SQL Server Native Client 10.0. If you are using SQL Server Native Client 11.0, Data Explorer cannot connect to your SQL Server instance and will continuously display the "Connect As" dialog.

Here's a quick solution:

  1. Modify dataexplorer.h to define SQL_NATIVE_DRIVER as "{SQL Server Native Client 11.0}".
   * #define SQL_NATIVE_DRIVER   "{SQL Server Native Client 10.0}"
   #define SQL_NATIVE_DRIVER   "{SQL Server Native Client 11.0}"
  1. Recompile datamgmt_sql.prg.

  2. Rebuild dataexplorer.app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions