Subject Newbie: "Cannot prepare a blank statement"
Author mitch_landor
I'm just starting out with Delphi & evaluation of IbObjects and I want
to stick to the TIBOxxx components. But I can't connect to a table. On
the form I have:

IBODatabase1:
Connected = true.

TIBOtransaction:
IB_Connection = IBODatabase1

IBOTable1:
IB_Connection = IBODatabase1
IB_transaction = tr

When I make IBOTable1 "Active" = true I keep getting the error message
above.

Also, if I can connect to the table, how do I get a datasource for use
in the TDBGrid?

Thanks

Mitch