How to save a mathematical formula
how to save a mathematical formula was created in MS Word to the database?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jan 18, 2009, 11:58 AM
Here is an article that shows how to bring Word data into your C# code:
How Do I Bring a Microsoft Word Table into a DataGridView? by Mike Gold on Jun 11, 2007
This Article will answer the question: "How do I import a table in MS Word into a DataGridView using Visual Studio's built in Tools for Office.
Once you data in C# Code, you simply need to convert data into a DataTable or DataSet or some objects (string etc) connect to a database and save it in your database.
Check out ADO.NET and Database section of this site to learn how to save data back to a database.
Here is an article that shows how to import data from an Excel sheet to a database.
Data interoperability with Microsoft office applications has become easier with ADO.net.