Page 1 of 1

converting fibplus to unidac

Posted: Sat 17 Oct 2009 14:21
by seberaya
Hi,

I would like to convert my old application written using fibplus, so i can
migrate easily to other database.

In one case i try to edit master-detail, but i cannot insert detail item.
Error generated. I cannot reproduce it, but when i set debug on i have this

UniDAC debug : Edit_journal. iXdataset [select default values]
SELECT ., . FROM RDB$DATABASE


What could be the culprit ?


PS: Using WinXP, Delphi7, FIBplus6.9, UniDAC 3.

Posted: Mon 19 Oct 2009 08:05
by Plash
Open Field Editor for the detail dataset. Some fields have the DefaultExpression property set to a dot.

You should remove this value or add quotes ('.') if you want a dot to be used as a default value.