Hi,
This has to be simple. I have a windows form in
vb.net opening tables in TableAdapters and DataAdapters.
I have 2 questions..
1. How can I check just before closing the form if any database information was modified? I want to give a save option if any mods were performed.
2. I have to open a DataAdapter so that I can use transactions and record locking. But I've only been able to pass the SQL in code into the SQLCommand. How do I retrieve the SQL from my dataset or use the Datasets in my project so that I don't have to hard code SQL in my code?
Thanks
Kia