Home All Groups Group Topic Archive Search About
Author
16 Jun 2006 11:44 AM
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
MKDS: Joker® - <waiting for ds lite...>
AC:Fabrizio, Kanoemi, 1890 4700 1546
Tetris DS: 748422 559210

Author
16 Jun 2006 2:39 PM
tomb
Fabri wrote:

Show quoteHide quote
> 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