unable to load dbxmss.dll on Delphi XE4

3

When trying to connect, in a Delphi XE4, a TSQLConection with MSSQL, it asks for username and password. After ok, it appears:

  

unable to load dbxmss.dll

I already searched the computer and there is this dll, nor in the bin folder of delphi. I also searched the Embarcadero website.

Does anyone know if I'm doing something wrong or do I even have to find this dll on the network?

Table created with Microsoft SQL Server Management Studio 11.0.3128.0 (SQL Server 2012).

    
asked by anonymous 19.04.2014 / 04:44

2 answers

1

I found out. The problem is that I'm using the Professional version. Does not support TSSQLConnection with MSSQL. ADOConnection is required for MSSQL.

    
26.04.2014 / 12:45
2

By default this Dll ( Driver Dbxmss ) is by default in the Bin directory, ( C:\Program...\Embarcadero\RAD Studio\<Versão>\bin ) of Delphi.

If you do not have the which would be unlikely ) you will have to download it and put it in the folder, or perform the reinstall / repair .

    
19.04.2014 / 06:33