Hi All,
How do i restore databases froma file using a generic method of restoring?
Like in Mysql i can use mysqlimport or just the following command
mysql -u root -p databasename < one.sql
but if i have to write an utility using which one can restore databases like MSSQL and ORACLE how do i do it?
Please help me in this direction
Regards
Roopa