Search found 13 matches

by xinyiman
30.03.2019, 11:38
Forum: ZeosLib 7.3/8.0 Forum
Topic: Identifier not found EZSQLThrowable
Replies: 0
Views: 927

Identifier not found EZSQLThrowable

Hi guys. I installed zeoslib 7.3 in my lazarus 2.1 version. Installation is ok, but when i build my application get this error:

ZAbstractRODataset.pas(102,40) Error: Identifier not found "EZSQLThrowable"

Why?
by xinyiman
11.02.2019, 08:58
Forum: ZeosLib 7.2 Forum
Topic: DateTime 00/00/0000
Replies: 7
Views: 1728

Re: DateTime 00/00/0000

So, I installed lazarus + fpc on mac os directly. Before I did a cross compilation from windows. If I install the problem directly it does not exist. Now I do not understand if there is any kind of incompatibility or the problem has been solved at the fpc or lazarus level in this version I installed.
by xinyiman
09.02.2019, 19:31
Forum: ZeosLib 7.2 Forum
Topic: DateTime 00/00/0000
Replies: 7
Views: 1728

Re: DateTime 00/00/0000

I found the problem but I do not know how to solve it. The DateTimeToNative function exists in the ZDatasetUtils file. Which has the following line TDateTime (Buffer ^): = TimeStampToMSecs (TimeStamp); If I put the following code var app2: comp; ... app2: = TimeStampToMSecs (TimeStamp); writeln (Flo...
by xinyiman
09.02.2019, 13:16
Forum: ZeosLib 7.2 Forum
Topic: DateTime 00/00/0000
Replies: 7
Views: 1728

Re: DateTime 00/00/0000

To exclude that the problem was of lazarus or of fpc I tried to compile the same program without the zeos components and replacing them with the TIBConnection. As seen from the image with TIBConnection it works, so the problem is prorpio in zeos.
by xinyiman
07.02.2019, 22:19
Forum: ZeosLib 7.2 Forum
Topic: DateTime 00/00/0000
Replies: 7
Views: 1728

Re: DateTime 00/00/0000

Ok, into test.zip exists my lazarus example, my firebird backup test.fbk and one image of my execution with problem.

Idea?
by xinyiman
07.02.2019, 11:31
Forum: ZeosLib 7.2 Forum
Topic: DateTime 00/00/0000
Replies: 7
Views: 1728

DateTime 00/00/0000

Hi guys, I use lazarus 2.1 with zeoslib 7.2 stable. When I compile from windows with target windows it works fine, when I use the cross compilation to cocoa (darwin 64 bit) any query that has a date returns me 00/00/0000.
Why? How can I make them work properly?
by xinyiman
04.02.2019, 18:44
Forum: ZeosLib 7.2 Forum
Topic: Zeos (7.2.4 stable) cross compilation error
Replies: 2
Views: 808

Zeos (7.2.4 stable) cross compilation error

Hi guys, I have a problem. I installed the 2.1.0 version of lazarus (FPC: 3.3.1) on my 64-bit Windows laptop thanks to FPCupDeluxe. I installed everything necessary for cross-compilation to cocoa. In fact if I do a simple project like a form that displays the format Hello WOrld everything works. But...
by xinyiman
26.03.2018, 13:12
Forum: Lazarus / Freepascal
Topic: Bug with IB/FB Events on x64
Replies: 8
Views: 2217

Re: Bug with IB/FB Events on x64

Ok, please keep me updated. good job
by xinyiman
26.03.2018, 10:39
Forum: Lazarus / Freepascal
Topic: Bug with IB/FB Events on x64
Replies: 8
Views: 2217

Re: Bug in Lazarus

Well, isn't just my problem. Now, how resolve this bug?
by xinyiman
16.03.2018, 19:08
Forum: Lazarus / Freepascal
Topic: Bug with IB/FB Events on x64
Replies: 8
Views: 2217

Re: Bug in Lazarus

Ok, this is my example. It run correctly on

win32, mac os x 32, ubuntu 32 bit

but not correctly on win64.

Press button start and after other button.
by xinyiman
15.03.2018, 12:05
Forum: Lazarus / Freepascal
Topic: Bug with IB/FB Events on x64
Replies: 8
Views: 2217

Bug with IB/FB Events on x64

Hi guys, I am a user of ZeosLib in Lazarus. I use it to connect to a FireBird 2.5 database and it works perfectly on win32 bit, mac os x, linux 32 bit, but when I compile for win64 bit I get a annoying bug in the component that handles firebird events. Virtually any event he receives from the networ...
by xinyiman
09.06.2016, 19:41
Forum: Firebird
Topic: Bug Lazarus + zeos + firebird on Mac
Replies: 1
Views: 1209

Bug Lazarus + zeos + firebird on Mac

Hello guys, this is my first post on this forum. I am the manager of the Italian community of Lazarus. And I have the following problem. On mac osx el capitan (latest version of Lazarus) can not connect to my database firebird 2.5 but when I run a dataset.recordcount I get an error. In fact, if I co...