Re: [plug] Perl-Postgresql

2002-10-06 Thread Orlando Andico
On Mon, 7 Oct 2002, Ariz Jacinto wrote: .. > hmm, why not try using a php script coz it can access dBase and > PostgreSQL databases well with its built-in functions. > i've experienced it before although it was from m$sql to mysql. or use Perl, DBD::Xbase (to read the DBIV files) and DBD::Pg (o

Re: [plug] Perl-Postgresql

2002-10-06 Thread Sherwin Daganato
On Sat, Oct 05, 2002 at 10:38:54PM +0800, Paolo Falcone wrote: > On Sat, Oct 05, 2002 at 09:41:09AM -0400, Howard Bagcat wrote: > > > > i am thinking of creating a script that will migrate .dbf (dbaseIV format) to >PostgreSQL. i know > > pgAdmin2 is capable of doing this (via windows) but my pu

Re: [plug] Perl-Postgresql

2002-10-06 Thread Ariz Jacinto
hmm, why not try using a php script coz it can access dBase and PostgreSQL databases well with its built-in functions. i've experienced it before although it was from m$sql to mysql. Howard Bagcat wrote: > anyone, > > i am thinking of creating a script that will migrate .dbf (dbaseIV format)

Re: [plug] Perl-Postgresql

2002-10-06 Thread Howard Bagcat
Paolo, thanks Quoting Paolo Falcone <[EMAIL PROTECTED]>: > On Sat, Oct 05, 2002 at 09:41:09AM -0400, Howard Bagcat wrote: > > anyone, > > > > i am thinking of creating a script that will migrate .dbf (dbaseIV format) > to PostgreSQL. i know > > pgAdmin2 is capable of doing this (via windows)

Re: [plug] Perl-Postgresql

2002-10-05 Thread Paolo Falcone
On Sat, Oct 05, 2002 at 09:41:09AM -0400, Howard Bagcat wrote: > anyone, > > i am thinking of creating a script that will migrate .dbf (dbaseIV format) to >PostgreSQL. i know > pgAdmin2 is capable of doing this (via windows) but my purpose is for me to be able >to manipulate the > time/day of

[plug] Perl-Postgresql

2002-10-04 Thread Howard Bagcat
anyone, i am thinking of creating a script that will migrate .dbf (dbaseIV format) to PostgreSQL. i know pgAdmin2 is capable of doing this (via windows) but my purpose is for me to be able to manipulate the time/day of the migration. of course, crond will manage the scheduling. any guiding t