Вопрос

I just installed the latest version of Embarcadero Delphi XE3. I made a simple form connecting to InterBase Database. I have IBDatabase, IBTable, IBTransaction, Grid and some other components. Everything works fine and it shows data in the grid. But I want to be able to edit this data. So at the IBTable component I set the ReadOnly property to false and every time I do this the program stops working and I get this:

Dynamic SQL Error SQL error code = - 206 Column unknown IBTable1

Any idea how to solve this?

Это было полезно?

Решение

It is not recommended to use IBTable component. Usage of IBDataset or IBQuery is advised. Read this

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top