I'm trying to access a database with something like:
type dbSchema = SqlDataConnection<"DSN=foo;UID=readonly;PWD=bar;">
but it doesn't like the DSN and gives the error "the type provider '...' reported an error: Keyword not supported 'dsn'".
Can I get this to work and, if so, how?