Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi can any1 help me how to save the text entered in Ms word to the database. also i need to open the Ms word inside browser itself.
But i am able to open the word separately, how to open it inside the browser and save its text to database
Posted
Comments
thatraja 21-Dec-10 14:27pm    
which database? mention in your question.

You need to save the data in BLOB format into Oracle database and read the same.
 
Share this answer
 
Comments
Pete O'Hanlon 21-Dec-10 9:23am    
And if, by some strange chance, he's not using Oracle?
MrBatra 21-Dec-10 10:09am    
That's fine.. you can save BLOB format in SQL also.
Don;t tell me you're not using SQL too :)
Pete O'Hanlon 30-Dec-10 8:06am    
MrBatra - it's all very well saying you can save into a BLOB, but you haven't told him what the BLOB formats are, e.g. something like VARBINARY(MAX) in SQL Server.
Sounds like you'll need to write a Word Add-In to do something like that.
Read this thread to get an idea of what's involved. I didn't get to read the whole thing because I'm actually "working" today.
EggHeadCafe Clickey

As for the part about opening Word inside of a browser, I've never had the wish to do that, but I found this link that might help you.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900