On Wed, Aug 08, 2001 at 09:07:31AM -0700, E. Alan Hogue wrote:
> I need to hook up to an Access database running, of
> course, on a win32 system. I am completely new to DBI.
> I found a DBD on CPAN for ODBC, but the documentation
> attached to it only covered using it with Cygwin. I
> would love
The docs for DBD::ODBC give examples of how to make connections. perdoc DBI
gives a lot of good examples of how to use DBI, and diagrams out the place
of DBI and DBD in the application. That's probably enough to get you started
with it.
As for whether it can be used with Win 2K and Access, yes.
On Wed, 8 Aug 2001, E. Alan Hogue wrote:
> I notice there's been some talk about DBI lately. My
> appologies if this duplicates anything covered lately.
>
> I need to hook up to an Access database running, of
> course, on a win32 system. I am completely new to DBI.
>
> I found a DBD on CPAN for O