I have made SDI application in VC++ 6.0 with Oracle 10g database through
ODBC connection. Before using this application, i would need to create tables,generate sequence,etc for the Oracle database. This activity is cumbersome for installation of the Software. Hence I would like to create tables, sequence, triggers for Oracle database programmatically in VC++. Could anyone guide me how to ...