Welcome, Guest
Username: Password: Remember me
Components and Libraries for Database Development, discussions, problems and suggestions
  • Page:
  • 1

TOPIC:

Firebird: error in Field Editor 6 years 4 months ago #11110

  • Nicola
  • Nicola's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0
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
Attachments:

Please Log in or Create an account to join the conversation.

Firebird: error in Field Editor 6 years 4 months ago #11113

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4510
  • Thank you received: 1100
Thanks Sir
please post to ZEOS forum for help
zeoslib.sourceforge.net/index.php
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Firebird: error in Field Editor 6 years 4 months ago #11116

  • Nicola
  • Nicola's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 29
  • Thank you received: 0

Please Log in or Create an account to join the conversation.

  • Page:
  • 1