Using trial version

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
T_MANN
Posts: 7
Joined: Sat 07 Jul 2012 07:29

Using trial version

Post by T_MANN » Tue 06 Aug 2013 15:18

Hi.
I'm trying to use trial version of MySQL dbExpress driver with Delphi XE. I put TSQLConnection component on the form and select DevarMySQLDirect driver.
But when I try to run my app DbxDevartMySql automaticaly added to uses clause and I get compilation error: Could not compile used unit 'DbxDevartMySQL.pas'.
When I try to do this using Delphi 7 then anything is all right.
What I do wrong or is there some pitfalls and I don't know about them?
Thanks.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Using trial version

Post by DemetrionQ » Wed 07 Aug 2013 15:41

Hello.

To solve the problem, perform the following actions:
- delete the trial version of dbExpress driver for MySQL;
- delete all DbxDevartMySQL.* files from your computer;
- install the trial version of dbExpress driver for MySQL.

If the problem repeats after these steps, please specify your IDE version (e.g., RAD Studio XE Version 15.0.3953.35171)

T_MANN
Posts: 7
Joined: Sat 07 Jul 2012 07:29

Re: Using trial version

Post by T_MANN » Thu 08 Aug 2013 05:47

I performed all steps that you specified. But without result.
Version of my IDE is 15.0.3890.34076.
Thanks.

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Using trial version

Post by DemetrionQ » Thu 08 Aug 2013 10:09

To use Devart dbExpress driver for MySQL on RAD Studio XE, you should install Update 1 for RAD Studio XE.

T_MANN
Posts: 7
Joined: Sat 07 Jul 2012 07:29

Re: Using trial version

Post by T_MANN » Fri 09 Aug 2013 07:56

Ok. Thanks for the answer :D .

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Using trial version

Post by DemetrionQ » Fri 09 Aug 2013 08:10

If any other questions come up, please contact us.

Post Reply