Saving Excel workbook in SQL server using c#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi!
Could anyone please help me out as to how we can save the excel workbook in
the database and read it back anytime we want.

I was able to convert the text files and image files into binary format and
save them to the DB and finally able to retrive them back in the same format.
But was unable to do same for the excel object.

Any kind of help will be greatly appreciated.
 
¤ hi!
¤ Could anyone please help me out as to how we can save the excel workbook in
¤ the database and read it back anytime we want.
¤
¤ I was able to convert the text files and image files into binary format and
¤ save them to the DB and finally able to retrive them back in the same format.
¤ But was unable to do same for the excel object.
¤
¤ Any kind of help will be greatly appreciated.

See if the following helps:

How To Read and Write BLOB Data by Using ADO.NET with Visual Basic .NET
http://support.microsoft.com/kb/308042/EN-US/


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top