@tkamphuis:
Same here. I replaced line 181 in ZAbstraktRODataset.pas with
{$IFDEF TWideDataSet}
TZAbstractRODataset = class(TWideDataSet)
{$ELSE}
TZAbstractRODataset = class(TDataSet)
{$ENDIF}
and it seems to work now.
Best regards
Frank
Search found 4 matches
- 16.11.2018, 17:13
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50592
- 16.11.2018, 09:44
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50592
Re: Zeos 7.3 testers-thread
Hello Jan, I spent several hours on trying to find the bug, but all attempts were to no avail. I started the relevant part of my project from scratch and copied code from the old project in chunks to the new project to isolate the bug. Everthing went fine. The new project works exactly as expected a...
- 09.11.2018, 18:05
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50592
Re: Zeos 7.3 testers-thread
Hello Jan, Thanks for your answer. To provide you with a well-arranged testcase I started a new project from scratch aaaaand ... it works like a charm. :shock: So, in all likelyhood the meat in front of the keyboard caused the problem. Sorry for any inconvenience! :oops: I'll test my program thoroug...
- 08.11.2018, 21:08
- Forum: ZeosLib 7.3/8.0 Forum
- Topic: Zeos 7.3 testers-thread
- Replies: 286
- Views: 50592
Re: Zeos 7.3 testers-thread
Hi! Some SIGSEGV when trying to insert into a table with a parameter as datatype ftInteger or ftLargeInt. I've tried datatypes integer as well as bigint in the table. Everthing works fine when using ftWord instead. No problems with string fields either. Errors: ftInteger -> Exception-Class "Ext...