Subject | Delphi 10 Seattle and latest IBO: date and timestamp |
---|---|
Author | Gerhard Knapp |
Post date | 2015-12-15T08:09:56Z |
Hello,
firebird 2.5.4.
database: SQLDialect 1
Connectin SQLDialect 1
and if i try to create a table comes error:
.....
sql.add('bdat date,');
.....
---------------------------
Benachrichtigung über Debugger-Exception
---------------------------
Exception der Klasse EIB_ISCError mit der Meldung 'ISC ERROR CODE:0
ISC ERROR MESSAGE:
SQL warning code = 301
DATE data type is now called TIMESTAMP
SQL warning code = 301
DATE data type is now called TIMESTAMP
What in the hell is there going on?
Has someone an idea, what i can do?
best regards and thanks for tipps
Gerhard
firebird 2.5.4.
database: SQLDialect 1
Connectin SQLDialect 1
and if i try to create a table comes error:
.....
sql.add('bdat date,');
.....
---------------------------
Benachrichtigung über Debugger-Exception
---------------------------
Exception der Klasse EIB_ISCError mit der Meldung 'ISC ERROR CODE:0
ISC ERROR MESSAGE:
SQL warning code = 301
DATE data type is now called TIMESTAMP
SQL warning code = 301
DATE data type is now called TIMESTAMP
What in the hell is there going on?
Has someone an idea, what i can do?
best regards and thanks for tipps
Gerhard