Dear Sir,

i am putting some data in the database through vb application through below qeurrry.

connection.execute("delete from table where ID = 'ABC' ")

qurry works fine and i can see the correct results. but when i close and run again this application, it appears that above querry has not saved the result or has not updated the database.

Point to be noted, database is of SQL 2008, and database resides in another computer machine whithin the network.

please help.

Thanks and best regards.
Imran Khaldi