Upload and save file

  • Thread starter Thread starter nic
  • Start date Start date
N

nic

Hello,

I am now working on a project by vb.net.
I want to let user click a button to browse an excel file, and then
after submit, it can save the excel data into sql server.

is it possible to do that?

Nick
 
Hi Nick,

I was writing a long message to you and then I thought maybe I understand
Nick wrong.

My first thought you where talking about a webapplication.

But now I am in doubt. If it is not a webapplication, than just have a look
to use the excel file as an oledb dataset.

From that you can of course enter the data in your SQL file (before you
think it normaly not by just update(ds)).

Cor
 
Back
Top