Excel and VB NET

  • Thread starter Thread starter Fabri
  • Start date Start date
F

Fabri

Scenario:

- 1 excel file. 1 spreadsheet and 2 columns. (this is located on my
computer)
- 1 sql server table with the same 2 columns and values of excel files
but it is located remotely on the web.

Which is, according to you, the best approach to develop this software?

I thought to do an exe on my computer that will use a web services to
read data, but I shouldn't know how to compare them...


Any help appreciated.

Best regards.
 
Fabri said:
Scenario:

- 1 excel file. 1 spreadsheet and 2 columns. (this is located on my
computer)
- 1 sql server table with the same 2 columns and values of excel files
but it is located remotely on the web.

Which is, according to you, the best approach to develop this software?

I thought to do an exe on my computer that will use a web services to
read data, but I shouldn't know how to compare them...


Any help appreciated.

Best regards.
The "best approach" always depends on what it is you actually are trying
to accomplish. Sometimes, it may be better to just write something in
the excel file vb code.

T
 
Back
Top