zy_abc Posted June 26, 2003 Posted June 26, 2003 (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 June 26, 2003 by zy_abc Quote Thanks & Regards, zy_abc
jspencer Posted June 30, 2003 Posted June 30, 2003 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. Quote
Moderators Robby Posted June 30, 2003 Moderators Posted June 30, 2003 You can find the answer somewhere in here... http://www.xtremedotnettalk.com/showthread.php?s=&threadid=69196&highlight=byte Even though my code uses jpg files you can do this for any binary file Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.