Hello
VS 2005
I am using typed dataset in my vb project.
In my window the user will insert a new customer
TA_Customer.insert(,,,,,,,)
but if they change their mind and decide they don't want to insert a new one. Is it possible to roll back the changes.
The customer wants be able to add a new customer, then if they change their mind, click close on the window and not commit the changes.
Many thanks for any ideas or code,
Steve
VS 2005
I am using typed dataset in my vb project.
In my window the user will insert a new customer
TA_Customer.insert(,,,,,,,)
but if they change their mind and decide they don't want to insert a new one. Is it possible to roll back the changes.
The customer wants be able to add a new customer, then if they change their mind, click close on the window and not commit the changes.
Many thanks for any ideas or code,
Steve