Dear Friends,
Good Wishes.
I am using VB .net Windows Application (Frame work 1.1) and the database is SQL Server 2000.
I use the method 'DbDataAdapter.Update Method'. As per the help/tool tip given in the vb, the method:
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet.
Is it possible by using any method, to find out specifically, whether it is calling the 'INSERT' Statement or 'UPDATE' Statement or 'DELETE' Statement?
Thanks in advance.
Naren.
Good Wishes.
I am using VB .net Windows Application (Frame work 1.1) and the database is SQL Server 2000.
I use the method 'DbDataAdapter.Update Method'. As per the help/tool tip given in the vb, the method:
Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet.
Is it possible by using any method, to find out specifically, whether it is calling the 'INSERT' Statement or 'UPDATE' Statement or 'DELETE' Statement?
Thanks in advance.
Naren.