Hi all,
I have several word documents with multiple entries in several tables on specific fields.
I want to read-parse these data entries and write them in same format in an oracle database , which I will create, with same fields.
How can I do this ? Is there any functions from .NET ? How can I connect with oracle database ? (e.g ODBC )
Can you write me please an example ????
e.g for example
Id Name Birth
1 Nick 20/09/1981
2 Simon 20/09/1982
(imagine that these data are on a table on my word doc)
thanks a lot all
Loading
karim muhammadPosted Mar 22, 2012, 11:11 AM
my email is [email protected]
Tran HungPosted Jul 27, 2009, 2:44 AM
thanks
udayPosted Jul 17, 2009, 5:23 PM
Thanks in advance!
CoreyPosted Jul 13, 2009, 11:09 AM
Thankx in advance.
Jack MichelsPosted Jul 3, 2009, 4:15 PM
tri mandir prajapatiPosted Jun 17, 2009, 1:37 AM
shahid mojidPosted Jun 10, 2009, 8:46 AM
chakriPosted Jun 8, 2009, 10:33 AM
I have a same query about reading the tables in word document and loading them in the respective fields in the database. Can you please send me the code Rodick had sent.
My E-Mail address is [email protected]
Thanks and Regards,
Chakri
Rodick WuPosted Jun 2, 2009, 6:00 AM
Rodick WuPosted Jun 2, 2009, 5:57 AM
Rodick WuPosted May 29, 2009, 11:26 PM
nikPosted May 28, 2009, 2:25 PM
thank you very much ... I appreciate your help
please send me source code for this example synoidin at gmail.com
bye
Rodick WuPosted May 28, 2009, 10:43 AM
Rodick WuPosted May 28, 2009, 10:40 AM
There are two key point about the realize this function.
first, you need to use a database opration class to insert the data into database. you can use the oraclehelper.cs, It's easy to download from Internet.
second, You need to import the Microsoft.Office.Interop.Word.dll in you project, It's used to get the table data from word file, you can use
the Range object under this dll.
If you need, I can send you a example the day after tomorrow.