Re: need help to know the column names and data types

2005-09-30 Thread Ron Savage
On Fri, 30 Sep 2005 17:05:35 +0530, Umesh Barik wrote: Hi Umesh 1) http://charlotte.pm.org/kwiki/index.cgi?BreadProject 2) http://search.cpan.org/ and search for CGI::Application or DBIx::Admin 3) (Old code) http://savage.net.au/Perl-tutorials.html (# 35 or 41) -- Cheers Ron Savage, [EMAIL PRO

RE: need help to know the column names and data types

2005-09-30 Thread Ian Harisay
You'll want to look for metadata in the man pages of the DBI. You'll also want to make sure your particular DBD supports the DBI calls. -Original Message- From: Umesh Barik [mailto:[EMAIL PROTECTED] Sent: Friday, September 30, 2005 5:36 AM To: dbi-users@perl.org Subject: need help to kno