RE: Microsoft Access Question

2002-10-18 Thread Beau E. Cox
ot;); 5> now put your "guts" between the connect and disconnect above using DBI methods (prepare, execute, do...), The DBI documentation is good... 6> best of luck... Aloha => Beau. -----Original Message----- From: Cleiton L. Siqueira [mailto:cleiton@;colegiomonjolo.c

Re: Microsoft Access Question

2002-10-17 Thread Cleiton L. Siqueira
Dear, Sorry but, I've forgot to explain that I use PostgreSQL in FreeBSD box and the Microsoft Access database in windows 98 plataform. So, I have a script perl in FreeBSD which connect in PostgreSQL database in FreeBSD box too and I would like that my script perl to connect to Microsoft A

Re: Microsoft Access Question

2002-10-16 Thread Josimar Nunes de Oliveira
Take the following steps: # 1) Install Modules DBI and ODBC: Microsoft Windows 2000 [Versão 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. D:\Perl>ppm PPM> install DBI Install package 'DBI?' (y/N): y Installing package 'DBI'... Bytes transferred: 368671

RE: Microsoft Access Question

2002-10-16 Thread Beau E. Cox
Cleiton - Have you tried ODBC? There is a perl DBD for it. Check CPAN Aloha => Beau. -Original Message- From: Cleiton L. Siqueira [mailto:[EMAIL PROTECTED]] Sent: None To: [EMAIL PROTECTED] Subject: Microsoft Access Question Dear, I need to retrieve data from Microsoft Access databas

Re: Microsoft Access Question

2002-10-16 Thread Jenda Krynicky
From: "Cleiton L. Siqueira" <[EMAIL PROTECTED]> > I need to retrieve data from Microsoft Access database and put them in > a PostgreSQL database. I got to access PostgreSQL normally, but I > can't open a Microsoft Access database using perl. Someone knows how > can I do it? Wha