Haiii...

What i wan to do is to delete multiple rows in database. I use this line code to delete it.

Code:
DELETE FROM TempCalculation
In sql its work find. But when i run it from VB.net, vb.net return error message that it does not support multiple deletion of multiple rows in database. Thus any of u guys have sulotion for ths things.

Thank U