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
ty, $country; } $sel->finish; $dbh->disconnect; The SQL statement applied in "$dbh->prepare( ... )" may be a select, insert, update, delete. I hope it helps you. Josimar Nunes de Oliveira [EMAIL PROTECTED] - Original Message - From: "Cleiton L. Siqueira" &l

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 Acc

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

Microsoft Access Question

2002-10-16 Thread Cleiton L. Siqueira
Dear, 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? Thanks! Cleiton L. Siqueira Colégio Monjolo [EMAIL PROTEC