Hello , I have an application in vb that must gets excell applicatiom and transfer data from excell worksheet to table of sql? how can i do this work? tanks for reply.
export the data in cvs format and then import (LOAD DATA) into a sql database., or post a project at talentcoder.com get someone handle it for you.
Or u can generate a XML file of that data by coding and than by a loop u can enter the whole data in sql table