Anyone here who can explain me how to successfully use Interbase with
IBOLEDB (www.oledb.net) in Visual Basic/ADO environment?
I can read records, but when I try to edit them I always get:
"insufficient base table information for updating and refreshing"
I think the problem is maybe in automatic assignment of primary key...
but.. that should be only in the case of adding, I get this error on
update too..
And some people said I should use db.CursorLocation = adUseClient
why is that? ... too much questions, ... :))
pyc