ODBC Importer

Eric Mays

Member
Hello we have used the ODBC Importer manually to:
-- open a data file
-- open a definition file
-- click the import

Is there a facility to create a script that would automatically import several files at once instead of doing them manually one by one. Something like the following:

odbcimport mydata.dat mydata.def
odbcimport mydata.dat mydata.def
...

Thanks,

Eric
 
This is currently not possible, but we do have plans to extend the Command Window functionality for such purposes.
 
Back
Top