Hello All,
I am developing one software in which i am reading from CSV file, And I am able to see that data in DataGridView and now i want to copy that data into a table Name customer from database name MainData.mdb.
While I wanna check that the CustomerCode already exist or not, if CustCode does not exist then copy data into table else check CustCode is Modified or not, If modified time is new then overwrite data into same table else msgbox ("No records to Copy")
Please help me in this regard..