Unable to load dbxmss.dll in Delphi XE4

Asked

Viewed 1,098 times

3

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

Unable to load dbxmss.dll

I already searched the computer and there is this dll, nor in the folder bin of Delphi. I have also searched the site of Embarcadero.

Does anyone know if I’m doing something wrong or if I really have to find this dll on the network?

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

  • In the version of XE3 i have this dll in the folder bin and in the bin64. Could have been a problem in the installation.

  • 1

    I already reinstalled Delphi. There is no such dbxmss... You have dbxmys.dll Strange. I think I’ll have to download, the problem is that I can’t find it on the page of Embarcadeiro.

2 answers

2

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

In case you don’t have the file(which would be unlikely) you will have to download it and put it in the folder, or carry out the reinstallation/repair.

1


I found out. The problem is that I am using the Professional version. It does not support Tssqlconnection with MSSQL. Adoconnection is required for MSSQL.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.