HI Friends

HI Friends,

After too much r&d i am success to get connect with informix database, and
to execute query on that.

Thanx to all for your great help.

But still am not getting success to use dataset's post method to commit changes of recordset.

Ex.
AXDataSet1.Open;
  AXDataSet1.Edit;
  AXDataSet1.FieldByName('mt_client').AsString := '00001001';
  AXDataSet1.Post;

.Post fire exception when use recordset.update in ADODB unit.
and exception looks strange i don't understand what it means.
""---------------------------
Project1
---------------------------
OLE error 80040E14
---------------------------
OK   
---------------------------

if any one had face same issue then please suggest to dosomething.

i am using delphi 2007 and AXDataset and ADOConnection.

Comments