in reply to Re: Re: ADO (DBI) vs ADODB.Connection
in thread ADO (DBI) vs ADODB.Connection

Well if you are unsure of what DB you are going to end up using I would suggest using DBI and then use DBD::ODBC or DBD::ADO to connect to Access. This should allow you to use almost any DB.

--BigJoe

Learn patience, you must.
Young PerlMonk, craves Not these things.
Use the source Luke.
  • Comment on Re: Re: Re: ADO (DBI) vs ADODB.Connection