Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

Read File & Display the file online in ASP.NET

 

Hello All,

 

I would like to read a file stored in ms-access & display it by opening the application.

 

For eg., i have stored some details in ms-word format in Ms-Access. When the end user wants to view the file, I would like to read the file from ms-access & display it in ms-word. It should be stored temporarily. Once the enduser closes the application without saving the temporarily stored infomation should be deleted?

 

Can this be acheived in ASP.NET.

 

Pls help me out.

 

Thanks.

Edited by zy_abc

Thanks & Regards,

zy_abc

Posted

Are you storing the word document in a binary memo field in access?

 

If so, look into file streams. You can read a stream into a database field and back to disk again.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...