Using insert and update commands I update an access database immediately, but do not update the dataset in memory. How do I do this?

I don't think dropping the connection removes the dataset from memory?

I would have though that
dbsupport.update(dssupport, "SupportCall") would do the trick, but nothing happens.