Hi,
Delphi 2010, firebird database.
I am using a TIBCQuery for update, insert etc. The database contains 21 generators but the KeyGenerator property of the TIBCQuery component only lists eight of them.
Help please.
regards
Bill
TIBCQuery....Keygenerator
-
AndreyZ
Hello,
I cannot reproduce the problem. Please specify the following:
- the exact version of IBDAC. You can learn it from the About sheet of TIBCConnection Editor;
- the exact version of Firebird. You can learn it from the Info sheet of TIBCConnection Editor.
Also please try using the latest version of IBDAC 3.50.0.21, and check if the problem persists.
I cannot reproduce the problem. Please specify the following:
- the exact version of IBDAC. You can learn it from the About sheet of TIBCConnection Editor;
- the exact version of Firebird. You can learn it from the Info sheet of TIBCConnection Editor.
Also please try using the latest version of IBDAC 3.50.0.21, and check if the problem persists.
Hi,
IBDAC Version 30.50.21
Firebird :
I am in the process of converting this project from IBX to IBDAC. Used the Migration Wizard. Would be good if the Migration Wizard could have done this part (Keygenerators and KeyFields) during the conversion.
regards
Bill
IBDAC Version 30.50.21
Firebird :
Even though the generators are not all listed, I can enter a value not listed in the property and a KeyFields property value and it works Ok. Just would be nice to simply select the KeyGenerator property value from the list.Server Version: WI-V2.5.0.26074 Firebird 2.5
Client Version: 6.3
ODS Version: 11.0
Client Library: gds32.dll
Database SQL Dialect: 3
I am in the process of converting this project from IBX to IBDAC. Used the Migration Wizard. Would be good if the Migration Wizard could have done this part (Keygenerators and KeyFields) during the conversion.
regards
Bill
-
AndreyZ
IBDAC doesn't show system generators. You can check if your generators have system flag by executing the following SQL code:Generators that have RDB$SYSTEM_FLAG = 1 aren't shown in the list (when you are using the KeyGenerator property).
Code: Select all
SELECT * FROM RDB$GENERATORS