vote up 0 vote down star

LEGACY ALERT - This is for Delphi 5 code. (I know it is super old. It is scheduled to be rewritten.... Some day.)

I am using the BDE and the TStoredProc object. When I call Close, this normally clears my dataset. However, I am seeing weird things happen so I thought I would ask this question.

If I have manually added rows to the dataset (i.e. via the Append method) then when I call close are they going to be deleted as well?

flag

What exactly do you mean by "weird things"? – Mason Wheeler Sep 30 at 23:00
Values are being posted to the database that have no relation to the current set. (I am wondering if I have old data hanging round.) – Vaccano Oct 1 at 15:12

1 Answer

vote up 1 vote down

Not sure with D5 and BDE, but I would say that you have to do an explicit Post to ensure the added record is actually stored.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.