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