I'm writing a program that will syncronise data between an oracle db and mssql db. There is written a batch script which generate a couple of temp tables in oracle. The only way of communication to the oracle db is an odbc driver.
Is there any way to trigger the batch through the driver, or is there other ways to do this. Any help would be greatly appreciated.
Is there any way to trigger the batch through the driver, or is there other ways to do this. Any help would be greatly appreciated.