sql - excel to oracle db using VS 2005 C# -
I want to create a feature that can import data from excel sheets (columns are fixed, but sheets no Number may be) db Can you tell me how:
- Read Excel Sheets (N Number)? (Best Methods)
- Validate Data?
- DB?
My concern is display here, each sheet can have 200,000+ rows.
Please - Please remember that I am a complete newbie for Oracle.
You can use Microsoft Integration Services and bulk files with it
Another way is to convert Excel Sheet to CVS and load them via Oracle Loader
* Loader_FAQ
Comments
Post a Comment