Saving Excel workbook in SQL server using c#

G

Guest

Could anyone please help me out as to how we can save the excel workbook in
the database and

read it back.

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.

Your help will be greatly appreciated.


Thanks,

regards,
jitender
 
P

Paul Clement

¤ Could anyone please help me out as to how we can save the excel workbook in
¤ the database and
¤
¤ read it back.
¤
¤ 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.
¤
¤ Your 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

Top