From: Petr J. <pet...@tp...> - 2012-01-30 01:24:03
|
Finally some small success... It was necessary to define all the column names and column types manually in the table Class definition. Before inserting/updating to the database it is necessary to check, if the inserted value type is the same as declared in the table Class definition (it is not possible to send string in to the integer column for example). Strange. Is there some way how to check/set/convert column type according to the Class definition? I know, it is crazy, it is bypassing of the SQLObject functionality.... But I did not find an other solution for the communication with the Firebird database. Regards Petr |