Another bug with UseUnicode!
Another bug with UseUnicode!
Hi,
Try this:
TIBCConnection to EMPLOYEE sample database
TIBCQuery, DescribeParams = True, " select * from employee "
TDataSource linked to the query
TDBGrid, linked to TDataSource
Open the query, run the application. Change a "DEPT_NO" value and move away from the record (change it to, for example, "621", a valid value).
This works fine.
Now, set UseUnicode to True.
Open the query, run the application, change the value again. You'll get:
violation of FOREIGN KEY constraint "INTEG_28" on table "EMPLOYEE"
Changing another value, eg "PHONE_EXT" results in only the first character being saved to the database.
Yet another UseUnicode bug...
How many more bugs do I have to discover in order to get a free extension of upgrades? Up till now, the component set is hardly usable.
With regards,
Martijn Tonies
Upscene Productions
Try this:
TIBCConnection to EMPLOYEE sample database
TIBCQuery, DescribeParams = True, " select * from employee "
TDataSource linked to the query
TDBGrid, linked to TDataSource
Open the query, run the application. Change a "DEPT_NO" value and move away from the record (change it to, for example, "621", a valid value).
This works fine.
Now, set UseUnicode to True.
Open the query, run the application, change the value again. You'll get:
violation of FOREIGN KEY constraint "INTEG_28" on table "EMPLOYEE"
Changing another value, eg "PHONE_EXT" results in only the first character being saved to the database.
Yet another UseUnicode bug...
How many more bugs do I have to discover in order to get a free extension of upgrades? Up till now, the component set is hardly usable.
With regards,
Martijn Tonies
Upscene Productions
I guess Martijn you will deserve a free extension, I'm pretty sure you will.
I'm following the threads here quite a long time yet and noticed that most of the bug reports are from yourself the last weeks.
I hope I do not have a time-limited license to get an almost bug-free version after you have finished your Unicode conversion
I'm following the threads here quite a long time yet and noticed that most of the bug reports are from yourself the last weeks.
I hope I do not have a time-limited license to get an almost bug-free version after you have finished your Unicode conversion

-
- Devart Team
- Posts: 925
- Joined: Thu 17 Nov 2005 10:53