Adam Posted January 2, 2004 Posted January 2, 2004 I tried: adapter.dispose() but that didn't seem to work correctly. Quote I feel the pivitol moment of failure approaching.
mocella Posted January 2, 2004 Posted January 2, 2004 What do you mean by "dump"? Are you trying to get rid of the instance of the dataset, trying to empty the datatables, or something else? Quote
Adam Posted January 2, 2004 Author Posted January 2, 2004 adatper.fill(dataset) do stuff in the program adapter.(get data out of the dataset) Quote I feel the pivitol moment of failure approaching.
Administrators PlausiblyDamp Posted January 2, 2004 Administrators Posted January 2, 2004 dataset.clear not what you are looking for. or adapter.update to push changes back. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Adam Posted January 2, 2004 Author Posted January 2, 2004 Thanks PlausiblyDamp, That was what I was looking for. Was sticking it in the wrong order of the code. Works now. Thank agan. Quote I feel the pivitol moment of failure approaching.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.