Hi.
I am using an excel file for db and I want to delete all rows in a column when clicking a button. How can i do this?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Deepak BhatiaPosted Oct 20, 2009, 8:54 AM
Jisss shyamPosted Oct 20, 2009, 6:54 AM
if you are using microsoft excel driver to connect to excel, then you can directly delete rows by using sql query, like delete from [bookname] where
thanks
jingePosted Oct 20, 2009, 6:29 AM