unable to get the data updated in sql server from excel

Copper Contributor

kindly help 

i have an excel file which is having certain data in its cells. this data gets updated automatically every sec. now i have written a code in module which establishes the connection to sql server and inserts the data into a sql table in it.

2 Replies
Do you get any error message from your code that is supposed to refresh the data in SQL Server? Does the code get called?

@nnaveen646 If you're connecting to sql and inserting a record every second, that may be the problem - some resources not getting released, or too many records for that table/db. Check database log for errors too.