Problem with lazarus and EZSQLException

In this forum you may discuss all issues concerning the Lazarus IDE and Freepascal (both running on Windows or Linux).

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
ebbradley
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 15.10.2020, 01:03

Problem with lazarus and EZSQLException

Post by ebbradley »

Hello, I have migrated to version 7.2.6 of zeos with lazarus, previously I had zeos 7.2.1, after the migration it gives me an error with the EZSqlException it says "data.pas (858,12) Error: Identifier not found EZSQLException" inserted in the project the ZDbcIntfs as I found in a forum but it did not result, please what can I do?
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1935
Joined: 17.01.2011, 14:17

Re: Problem with lazarus and EZSQLException

Post by marsupilami »

Hello,

I am not sure, if there was an error in that version. You could try a current Zeos 7.2 snapshot from our SVN. See https://sourceforge.net/p/zeoslib/code-0/HEAD/tree/branches/7.2-patches/.

Best regards,

Jan
hps2
Fresh Boarder
Fresh Boarder
Posts: 4
Joined: 22.03.2021, 15:00

Re: Problem with lazarus and EZSQLException

Post by hps2 »

Hi

it seems EZSQLException is now declared in unit ZClasses
Post Reply