Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
Hope this post finds you all in good cheers!!

I have a requirement where I need to save the data in the database after reading it through the word file. This file has a static date and a defined format just like any admission form which has fields like First Name, Last Name etc.

I have the flexibility to do it via ASP.NET or Oracle PL/SQL.

Looking forward for your guidance here.

Thanks!!!

Regards,
Abhinav
Posted

1 solution

you can do it with document reading

To read document follow the link

http://www.c-sharpcorner.com/UploadFile/Globalking/fileAccessingusingcsharp02242006050207AM/fileAccessingusingcsharp.aspx[^]


after loading all data into textbox or label, you have to parse data and save it to database.

If word file is static as per your requirement, then you can use string functions to achive your result
 
Share this answer
 

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