chiller has asked for the wisdom of the Perl Monks concerning the following question:
I have been reading thru the articles w/r/t ADO and ODBC and getting thoroughly confused.
Is this even possible? I need to connect to a Microsoft Access database on an NT machine without an ODBC Data Source control panel. I cannot set up a DSN. This is not the way I'd like it, but for paranoid security reasons, that is just the way it is.
I have looked at Win32::OLE and DBI::ADO and these all seem to require a DSN. I cannot use any ODBC anything, for obvious reasons.
Short of redesigning the Access DB to export information to CSV, what are possible solutions?
Thanks.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Connect to MS Access w/o ODBC, DSN, from Win32
by Kanji (Parson) on Dec 12, 2001 at 05:04 UTC | |
by chiller (Scribe) on Dec 13, 2001 at 02:43 UTC | |
Re: Connect to MS Access w/o ODBC, DSN, from Win32
by mortis (Pilgrim) on Dec 12, 2001 at 06:08 UTC | |
Re: Connect to MS Access w/o ODBC, DSN, from Win32
by strat (Canon) on Dec 12, 2001 at 17:10 UTC |
Back to
Seekers of Perl Wisdom