Hi, looking for help and need pointing in the right direction, can anyone assist?
Have a data file (txt) that contains 10000 numbers/data points. Storing the data file as varbinary(MAX) in an SQL table.
My goal is to retrieve the file on user request and plot/chart the numbers as a line chart.
No problem in getting DataReader to display the numbers directly to the screen, but I'm stuck as to how get the numbers into a DataSet (or table) to plot a chart....
Can anyone offer advice or give direction?
Many thanks. Miry