Subject Re: [firebird-support] error: invalid database key.
Author Dimitry Sibiryakov
On 15 Dec 2004 at 16:28, arkainrdk wrote:

>I get the "invalid database key" error every time I try to open the
>view, whether using an IBTable component in C++Builder or the data tab
>in the properties box from IBConsole. However, I can use: SELECT *
>FROM "LeaseDue";
>
>and retrieve the results very easily. What's wrong with this picture?

TIBTable does not support views because of a bug. Use TIBDataset.
--
SY, Dimitry Sibiryakov.