CMOT
CMOT

Reputation: 44

Unnable to connect TSQLConnection to SQL Server

When I try to connect a TSQLConnection with MSSQLConnection it returns dbxmss.dll missing.

There is no such dll in all of my C: drive (I checked also ...\bin\ folder)

I've already uninstalled and reinstalled Delphi (XE4). And, after that, it is still missing.

The table was created with Microsoft SQL Server 2012 (v11.0.3128.0) Management Studio.

Am I doing something wrong?

Upvotes: 0

Views: 897

Answers (2)

Nada N. Hantouli
Nada N. Hantouli

Reputation: 1330

Download Zip folder Extract libmysql.dll, Place it in the folder "C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin64

Upvotes: 0

Ken White
Ken White

Reputation: 125661

It appears you're using a Professional or lower SKU of RAD Studio. The lower editions don't come with drivers for SQL Server or Oracle for DBExpress.

You'll need to switch to using ADO (via the components in the dbGo component palette page), upgrade to a higher SKU (Enterprise or Architect), or find a third-party dbExpress driver to use instead.

Upvotes: 1

Related Questions