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:
- 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}"
-
Recompile datamgmt_sql.prg.
-
Rebuild dataexplorer.app.