Hi experts,
I have a problem connecting a DBGrid to an InterBase table. DB components used are:
- IBDataSet
- IBTransaction
- IBDatabase
All connected as described in the online help "InterBase Express Reference". When I at design time set IBDataset.Active to true I receive the following:
Dynamic SQL Error
SQL error code : -204
Table unknown
BANK.
The table exists in my local database, it can be used in the editor from IBDataSet.SelectSQL (string stored is "Select * from Bank". Tried now for quite some time, incl. other components, but do not get any further.
Did anyone come across this as well, or has an idea what I possibly do wrong? Any help appreciated - Thanks!
Cheers,
MatthiasB
I have a problem connecting a DBGrid to an InterBase table. DB components used are:
- IBDataSet
- IBTransaction
- IBDatabase
All connected as described in the online help "InterBase Express Reference". When I at design time set IBDataset.Active to true I receive the following:
Dynamic SQL Error
SQL error code : -204
Table unknown
BANK.
The table exists in my local database, it can be used in the editor from IBDataSet.SelectSQL (string stored is "Select * from Bank". Tried now for quite some time, incl. other components, but do not get any further.
Did anyone come across this as well, or has an idea what I possibly do wrong? Any help appreciated - Thanks!
Cheers,
MatthiasB