I'm aware of the DSN-less method of using the Jet ODBC driver for
Access:
> call connection.Open( "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & database_filename )
But is there a way to use the JET ODBC driver from a file dsn?
> call connection.Open( "FILEDSN=example.dsn" )
.... but what goes in example.dsn??

I've tried many recommended methods (from MS and 3rd parties), and none
of them work. Does anyone have any *working* FileDSN's with Jet?

NOTE: I'm not interested in DSN-less connections, "Access Driver" file
DSN's, etc. Just trying to figure out if Jet and FILEDSN can work
together. I'm aware of many workarounds, just trying to figure out if
there is a way to do this specifically.

Thanks all in advance,
James