- Posts: 29
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CodeTyphon Studio Components and Libraries
- Database Development
- Firebird: error in Field Editor
×
Components and Libraries for Database Development, discussions, problems and suggestions
Question Firebird: error in Field Editor
- Nicola
- Topic Author
- Offline
- Junior Member
-
Less
More
4 years 7 months ago #11110
by Nicola
Firebird: error in Field Editor was created by Nicola
Hello mr. Sternas,
I have a problem with the Boolean fields of Firebird 3.0.
I use CT 6.30 on Windows 10 64.
I have created a database with the following table:
CREATE TABLE TEST_TABLE (
BOOLEAN_FIELD BOOLEAN NOT NULL,
OTHER_FIELD SMALLINT NOT NULL);
In CT I create a Form on which I add ZConnection and ZReadOnlyQuery components. The ZReadOnlyQuery SQL is: 'SELECT * FROM TEST_TABLE'
In the field editor the BOLEAN_FIELD field instead of being TBooleanField is TStringField type as can be seen from the attached image.
Is it a CT or Zeosdbo bug?
Thank you
I have a problem with the Boolean fields of Firebird 3.0.
I use CT 6.30 on Windows 10 64.
I have created a database with the following table:
CREATE TABLE TEST_TABLE (
BOOLEAN_FIELD BOOLEAN NOT NULL,
OTHER_FIELD SMALLINT NOT NULL);
In CT I create a Form on which I add ZConnection and ZReadOnlyQuery components. The ZReadOnlyQuery SQL is: 'SELECT * FROM TEST_TABLE'
In the field editor the BOLEAN_FIELD field instead of being TBooleanField is TStringField type as can be seen from the attached image.
Is it a CT or Zeosdbo bug?
Thank you
Attachments:
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
4 years 7 months ago #11113
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Firebird: error in Field Editor
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.
- Nicola
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 29
- Thank you received: 0
4 years 7 months ago #11116
by Nicola
Replied by Nicola on topic Firebird: error in Field Editor
Please Log in or Create an account to join the conversation.