What driver to use with DBI for access 97

2002-11-07 Thread Chris Benco
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

RE: What driver to use with DBI for access 97

2002-11-07 Thread Beau E. Cox
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

RE: What driver to use with DBI for access 97

2002-11-07 Thread ss004b3324
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