Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to make connection with excel sheet while data is coming very speedily(a cell change value 1-3 times in a second)?

I am making a application for trading system, where data is coming via source in excel sheet. I have to show this data into grid. But when I make connection, it break due to rapid data. How can I make a connection continuously.
Posted
Updated 25-Apr-11 22:55pm
v2
Comments
Sandeep Mewara 26-Apr-11 4:56am    
Not clear on what you mean by "it breaks due to rapid data"? how do you know?

In general, connections are generally not closed until specifically done. How can you say it's connection based?
vishalGtm 4-May-11 2:40am    
dear sandeep plz follow this link
http://my.hamp.in/Mobile/Records.aspx

you see there some changing in gridview
same changes happening in excel sheet when i make connection with timer of interval 1000 than connection break after some time
how can i continue connection without break.
or have other idea to read and display every change data in gridview.
Imran S Mohamed 27-Apr-11 22:45pm    
This is just a suggetion, but could you not just add a label or editbox from the forms windows and then update that through the built-in vb editor by reading a file which you then update from the outside? Again just a work-around.
vishalGtm 4-May-11 2:40am    
dear imran
plz follow this link
http://my.hamp.in/Mobile/Records.aspx

you see there some changing in gridview
same changes happening in excel sheet when i make connection with timer of interval 1000 than connection break after some time
how can i continue connection without break.
or have other idea to read and display every change data in gridview.
Maciej Los 13-Jun-11 13:18pm    
Trading system based on excel file? Excel file is not database, a specially when tousends of data are adding and updating many times in a second. I think, you should replace excel file with database file (MS SQL Server, etc.).

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900