hi,
i am using adodb connection to read a cell from excel once in every 500ms using timer
and i am not able to free memory and also the application hangs,
i want to know will the data export to ms sql server 2005 and then reading it from there will help..
or it will become more slow.
how can i export excel data to sql server 2005?
thanks!
i did that but i am getting an error 'either BOF or EOF is true, or the current record has been deleted. requested operation requires a current record'
Microsoft Excel topics include formulas, formatting, VBA macros and user-defined functions, and everything else related to the spreadsheet user interface, including error messages.
also you can save your excel file as CSV and import from sql 2005 manager
your data must be well formatted to do this
but maybe we can find this memory leak, what version of excel are you using?
and what is your code to import the adobd data?