In ODBC.jl, if you call advancedconnect() on Windows with no arguments, it pops up the ODBC manager and lets you pick a DSN. I am able to connect to my database just fine, but I'd like to be able to script my connection later on.
Is there a way to get the full connection string back? I've tried conn and Connections objects at the REPL, but all I get back are PTR references.
