Re: [pgadmin-hackers] pgmigrate from command line for visual basic

2002-05-17 Thread Dave Page
Title: Message   -Original Message-From: Buchanan, Kimba [mailto:[EMAIL PROTECTED]] Sent: 17 May 2002 16:04To: [EMAIL PROTECTED]Subject: [pgadmin-hackers] pgmigrate from command line for visual basic We are migrating from MSACCESS MDB to PostgreSQL DB.  I have

[pgadmin-hackers] pgmigrate from command line for visual basic

2002-05-17 Thread Buchanan, Kimba
We are migrating from MSACCESS MDB to PostgreSQL DB.  I have downloaded the PGADMIN II and PG MIGRATE tools and find them very useful and successful in the effort.  However,  we do not want to give the transition team the capability that PGADMIN II has…  Is there any visual basic or command

Re: pgMigrate

2002-01-15 Thread Dave Page
> -Original Message- > From: Brett Maton [mailto:[EMAIL PROTECTED]] > Sent: 14 January 2002 17:23 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [pgadmin-hackers] pgMigrate > > > Hi Dave, > > Found it ! > > I've b

Re: pgMigrate

2002-01-14 Thread Brett Maton
Hi Dave, Found it ! I've been playing around with the views stuff this afternoon and this is what I found out: There is a View object in the catalog catLocal which can be accessed like so Dim viewTemp As View For Each viewTemp In catLocal.Views szString = viewTemp.Command.Comma

Re: pgMigrate

2002-01-14 Thread Brett Maton
Sure will, nothings ever easy is it :) Regards, Brett _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com

Re: pgMigrate

2002-01-14 Thread Dave Page
> -Original Message- > From: Brett Maton [mailto:[EMAIL PROTECTED]] > Sent: 14 January 2002 13:47 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: [pgadmin-hackers] pgMigrate > > > Hi Dave, > > Your absolutly right that the syntax is

Re: pgMigrate

2002-01-11 Thread Dave Page
> -Original Message- > From: Brett Maton [mailto:[EMAIL PROTECTED]] > Sent: 11 January 2002 15:15 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] pgMigrate > > > Hi, > > I have a problem with the Migration wizard, basically it > chokes on a

pgMigrate

2002-01-11 Thread Brett Maton
Hi, I have a problem with the Migration wizard, basically it chokes on a date field for some reason, it reckons that the exported date is something like 06/06/101. Not sure where it's getting this from as it's certainly not in the DB. I tried to alter pgMigrate to display the qu