I have a text file with two columns: Email and SSN
Below is the text file named login.txt:
Email, SSN
14342, 4323
43545, 2232
03232, 2322
23232, 0434
Below is the code for my file called sDSNFile.dsn
[ODBC]
DRIVER=Microsoft Text Driver (*.txt; *.csv)
UID=admin
UserCommitSync=Yes
Threads=3...