Subject | [IBO] possible problem IBO4.7.Beta 5 and IB_SQL |
---|---|
Author | Hans |
Post date | 2006-11-25T22:28:28Z |
Either using FB1.5.3 or FB2.0.0 with IB_SQL/IBO4.7.Beta 5
create table hans (pk integer not null, name varchar(10), primary key (pk))
I can insert using IB_SQL as many records by hand as I want via the
"Relations' -> 'Data' Tabs,
but once they are inserted/posted, it will not allow me to update any of the
inserted data..
create table hans (pk integer not null, name varchar(10), primary key (pk))
I can insert using IB_SQL as many records by hand as I want via the
"Relations' -> 'Data' Tabs,
but once they are inserted/posted, it will not allow me to update any of the
inserted data..