R
rajeev2005
Hi TC,
You made confusion in me and i thought you were right. Now it seems as a
bug in MS Access. And also a bug in ADO.Net because of the bug in MS Access.
I used OleDbCommand, OleDbCommandParameter, OleDbConnection Objects and
executed the delete query with a wrong column Name. No exception thrown and
all rows got deleted. The case here can be, it taken the value I given for
the non existing column name and deleted all the rows from the table. So, it
seems a valid bug. The problem is in MS Access right, not in Jet. Thanks Tim
for the information
Thanks and regards,
Rajeev
You made confusion in me and i thought you were right. Now it seems as a
bug in MS Access. And also a bug in ADO.Net because of the bug in MS Access.
I used OleDbCommand, OleDbCommandParameter, OleDbConnection Objects and
executed the delete query with a wrong column Name. No exception thrown and
all rows got deleted. The case here can be, it taken the value I given for
the non existing column name and deleted all the rows from the table. So, it
seems a valid bug. The problem is in MS Access right, not in Jet. Thanks Tim
for the information
Thanks and regards,
Rajeev