sjaardema
Joined: 16 Nov 2005 Posts: 3
|
Posted: Sat Mar 22, 2008 8:20 pm Post subject: ERROR: Application is not licenced to use this feature |
|
|
In my ąpplication I want to update about 500 records, setting a field to 'n'
After a certain actions I get this error, like there is a limitation to the number of action to be able to be executed
I use a licenced version. If it is due to a bug I like to know how to update my version
Program lines:
Ins_Fields_Query.Close;
Ins_Fields_Query.DataSet.CommandText := 'UPDATE S_Fields SET ManualAddition = ''n'' WHERE LAB_ID = ' + IntToStr(Lab_ID);
Ins_Fields_Query.Execute;
ERROR MESSAGE
Project1 raised exception class EDatabaseerror with message dbexpressError:[0x0012]: Application is not licenced to use this feature |
|