getting table structure out of MS-Access
From: Bart Lateur (bart.lateur_at_pandora.be)
Date: 03/25/04
- Previous message: Ronald J Kimball: "RE: Why won't my script terminate?"
- Next in thread: David N Murray: "Re: getting table structure out of MS-Access"
- Reply: David N Murray: "Re: getting table structure out of MS-Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: dbi-users@perl.org Date: Thu, 25 Mar 2004 04:20:58 +0100
I'd like to automate exporting data out of an existing Access database,
using DBI/DBD::ODBC, I guess. I need a proper description of each column
in a table, in order to reconstruct a complete CREATE TABLE statement.
My guess is that the func() method in DBD::ODBC could help. I've
experimented a little with
$sth->func($col, 'DescribeCol')
but the results don't mean too much to me. I'm stuck. Help?
-- Bart.
- Previous message: Ronald J Kimball: "RE: Why won't my script terminate?"
- Next in thread: David N Murray: "Re: getting table structure out of MS-Access"
- Reply: David N Murray: "Re: getting table structure out of MS-Access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|