hello all,
pls have some patience to read this and help me.
Im a student and doing a project using CSharp. Im doing an automation process. For which i ve to login to a website click some links and then download files from there. I cant download all the files there. The downloading also done with some conditions. so i need to get the details from the website and store in a database table. And then i need to perform operations something like ,
if (table2 3rd column element equals table3 3rd column element)
then download a particular file from the web page
Till now i can navigate, login, perform clicks and then i can extract the table datas from the web page which is need to be stored in sql database table. I ve presently keeping the extracted data from web page in a text files. can i transfer the data in text file to sql to be in table format not as a whole textfile.
or else is there any way to store directly the extracted content in sql?
am i going in a right direction?
if not means pls guide me..
thanks..