I am using ADO2.5, using record binding (CADORecordBinding), I want to
insert data into a table from an object, if the table is not empty, it
won't have any problem, but if the table is empty, I can't do it, no
matter how I change to cursor type of the recordset (dynamic,
forwardonly, ...), it still wouldn't work. Is this something missing
in ADO2.5 or something I don't know?
Any one who can give me a hint will be very apprecaited!
Sheegwa