in reply to DBI vs. Win32::ODBC
That said, I've never encountered real performance gains in one over the other. DBI is excellent when you need the ability to connect your software to a different database... With DBI this is often as simple as changing the connection string (and perhaps some simple changes to the SQL statements).
In my experience, using DBI has been simpler than Win32::ODBC, and the applications can be developed and run in multiple platforms. This of course would be irrelevant if your target platform is always going to be WinNT.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: DBI vs. Win32::ODBC
by rrwo (Friar) on Oct 25, 2001 at 03:07 UTC |