I work in an environment where DSN-Less connection is not possible due to some restrictions. I need to create User DSN for "Microsoft Access Driver (*.mdb,*.accdb)". the .accdb file is located in local disk.
I have tried C:\>odbcconf configdsn "Microsoft Access Driver (*.. But this doesn’t seem to work.
mdb,*.accdb)" "DSN=crt1|SERVER=c:\a.accdb"
How to do it?
You have a mistake in typing:
Microsoft Access Driver (*.mdb, *.accdb)is correct and works for me (there is a space between *.mdb and *.accdb)