Search found 3 matches

by haraldhuth
Tue 13 Sep 2022 11:53
Forum: InterBase Data Access Components
Topic: IBDac 8.2 - Alerter hungs on stop
Replies: 1
Views: 7544

IBDac 8.2 - Alerter hungs on stop

Hello,

I'm using Delphi 10.4.2 and IBDAC 8.2 (downloaded and installed today) on Windows 11; Machine Ryzen 7 5700G; 64GB Ram.

When I start an Event-Alerter on startup and stop it in a destroy procedure, the stop procedure of the alerter hungs in Object TGDSAlerter in procedure Stop in Line 11076 "AlerterThread.WaitFor;".

Second I found:
You can't Add more than one Event to the Stringlist at Designtime. I have to add them at Runtime one by one.

Thanks for your reply.
by haraldhuth
Wed 27 May 2020 16:38
Forum: InterBase Data Access Components
Topic: retrieving value from autoinc after insert from IBCTable
Replies: 2
Views: 3653

retrieving value from autoinc after insert from IBCTable

Hello,
I try to get the new value from a autoinc field in firebird 3 with ibdac 6.14.
It is a TIBCTable with persistent fields.
Table Options ReturningParameter is true.
The ID Field is set to not required.
The Table is set with Append in insert mode and fields are set (beside id field);
After the Post, the id field is 0;
Same after the Transaction.Commit;
Where is my fault?

Thank you for helping.

Regards
by haraldhuth
Tue 23 May 2017 17:16
Forum: InterBase Data Access Components
Topic: TIBCTable refresh after insert error
Replies: 1
Views: 3563

TIBCTable refresh after insert error

Hi There,

I'm new to ibdac so please excuse this question:

When using a TIBCTable for Inserting Data as well, the Autogenerated Field does not show a result. In the RefreshOptions with AfterInsert an error fires "Refresh failed. 0 Rows affected". The Trigger "OnAfterPost" with Table.RefreshRecord doesn't work either. How do I have to setup the IBCTable? Thank's for your help.