Quote:
I want to be able to add this one column with a default value to the table that is being imported.
The solution is the have two jobs
1) An ODBC-importjob
2) A Notifications Service-Job executing the appropriate ALTER TABLE statement.
You can then build a job.bat file like
Quote:
SJA importjob.xml
SJA notifyjob.xml
and the job.bat can be executed or scheduled.
As of now there is no way to execute more job type from one jobfile and you can't either add additional data to the MySQL database with an ODBC-import-job.