I bound DataGrid with Adodc. DataGrid has enabled AllowUpdate, AllowDelete etc. When an adodc.recordset isn't empty (table has records) everything works fine. However, if that recordset is empty (BOF, EOF = true, table in database has no records) I can't fill row in DataGrid to add new (first) record. In addition it occurs only sometimes and I couldn't catch what's the reason. I've heard that similar problems occurs in RDO, too.
The message i get from dataGrid is: "The current row is unavailable"
Question: How to solve this problem?
Thanks
The message i get from dataGrid is: "The current row is unavailable"
Question: How to solve this problem?
Thanks