My simple task is to
1.scrap data from some website and then 2.store into SQL database. 1st part is done. Please help in 2nd one.
SQL connection is also done.
My simple task is to
1.scrap data from some website and then 2.store into SQL database. 1st part is done. Please help in 2nd one.
SQL connection is also done.
Once you done the scraping the data will store in a datatable, later part you can check below post for your reference
Hope this helps you
Thanks
Hi @kamini
Please Follow the below steps to insert data into data base
Thanks
Let me try this.