[DCC Fatal Error] Unit1.pas(8): F2613 Unit 'Data.DBXMSSQL' not found.

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Hasyimra
Posts: 1
Joined: Tue 18 Jun 2019 10:18

[DCC Fatal Error] Unit1.pas(8): F2613 Unit 'Data.DBXMSSQL' not found.

Post by Hasyimra » Tue 18 Jun 2019 10:28

I try to make simple Multi Device database application delphi 10.3 (comunity edition) and unidac (trial version), for testing purpose

I used component
1. TUniConnection
2. TSQLServerUniProvider
3. TUniQuery
4. TBindSourceDB

When, i run it as Windows Apps, it can run well (can connect to SQL Server database)
but when i change into android Apps and Run it again, it raised an error [DCC Fatal Error] Unit1.pas(8): F2613 Unit 'Data.DBXMSSQL' not found.

If you have same case like this, please kindly share your solution.

thanks

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: [DCC Fatal Error] Unit1.pas(8): F2613 Unit 'Data.DBXMSSQL' not found.

Post by Stellar » Tue 02 Jul 2019 15:49

Data.DBXMSSQL is a unit of the standard dbExpress MSSQL driver. dbExpress is only compatible with Windows 32-bit, Windows 64-bit and macOS - this is why you get such an error on Android. Please delete the Data.DBXMSSQL unit from the list of the units in use.

Post Reply