Subject Posting Record Fails
Author Craig Cox
I am using Delphi XE, IB Objects 4.9.14.3, FB2.5, DevExpress VCL
Comonenents 12.1.5

I am connecting Firebird to the DevExpress Scheduler component for my
application. When I compile and run my application, I can see records
that I have manually entered into to my Events and Resources tables
(using IBExpert) in the Scheduler component, so that part of the
connection appears to be working. However, when I try to edit or enter
new Event table records through the application, it throws the following
error when it tries to post (?) the record:

ISC ERROR CODE: 335544569

ISC ERROR MESSAGE:
Dynamic SQL Error
SQL Error Code = @1
Token unknown - line @1, column @2
@1

STATEMENT:
<no name>.<no name>(TIB_Statement)

STATEMENT:
EventsTable.IBOqrEventsTable(TIBOInternalDataset)

I have a feeling I am missing something very basic.
Thanks