C
ctr1085
I currently run reports from Oracle using a *.bat file on my machine with a
connection string similar to this.
sqlplus user/password@server @script.sql
The question i have is about automating an sql script for Microsoft Access in
a similar way to auto-populate data from a text file I export from an oracle
database. My goal is to take the report from oracel and validate the date
with a table in Access and append the new data in the Access table. The
problem I have is figuring out how to automate the process so that I don't
have to actually open an access application and run a script. Any help would
be appreciated.
connection string similar to this.
sqlplus user/password@server @script.sql
The question i have is about automating an sql script for Microsoft Access in
a similar way to auto-populate data from a text file I export from an oracle
database. My goal is to take the report from oracel and validate the date
with a table in Access and append the new data in the Access table. The
problem I have is figuring out how to automate the process so that I don't
have to actually open an access application and run a script. Any help would
be appreciated.