Hi Chris,
> Just getting started trying to pull some data from a fairly simple access
> 97 database. What driver do I need to use to connect in this string..
>
> my $dbh = DBI->connect('DBI:?:framestats.mdb');
Connecting to an Access database on my box:
my $dbh = DBI->connect( "dbi:ODBC:Stud
Hi-
I have used ODBC - works well. Post again if you
need samples/help setting up ODBC.
Aloha => Beau.
-Original Message-
From: Chris Benco [mailto:Chris.Benco@;austinpowder.com]
Sent: Thursday, November 07, 2002 7:08 AM
To: [EMAIL PROTECTED]
Subject: What driver to use with DBI
Just getting started trying to pull some data from a fairly simple access
97 database. What driver do I need to use to connect in this string..
my $dbh = DBI->connect('DBI:?:framestats.mdb');
I just need to pull a few bits and pieces of data out of this database for
use in another script. N
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
n Hogue [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 11:08 AM
To: [EMAIL PROTECTED]
Subject: DBI for Access
Hello,
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
cours
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
Hello,
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 ODBC, but the documentation
attached to it only