hey...m working on a project to cop[y the excel database to oracle 10g database using c or c++....in the project i have to copy the excel database using c or c++ and then paste it into the oracle database using c or c++...please guide me doing the project..
Questions: Is this for a class? Why use C/C++? Scripting languages (Python, Perl, etc) might be better for this. Oracle has the ability to import CSV files (Excel can save as CSV) and I even think there are a number of utilities that will map any excel worksheet to a table. If you're not told you have to use C/C++ Google for ways to import excel worksheets into Oracle.