ODBC Import not restoring connection info from .DEF file

I've created and successfully used an ODBC Import definition. However, when I try to reuse the .DEF file, the Oracle side (field mappings, etc.) are correctly restored by nothing on the ODBC connection side is restored.

The DEF file has the correct ODBC info; it's just not being restored.

[ODBC]
DSN=SQL_Sanding2
UserName=
Command=select * from Work_DoneI where Work_DoneI.EventId = (select max(EventId) from Event) order by Work_DoneI.EntryTime
Kind=1
 
Back
Top