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

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

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: DBI for Access

2001-08-08 Thread Thomas A . Lowery
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

RE: DBI for Access

2001-08-08 Thread Steve Howard
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

Re: DBI for Access

2001-08-08 Thread Brett W. McCoy
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

DBI for Access

2001-08-08 Thread E. Alan Hogue
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