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
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
> -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
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
Sure will, nothings ever easy is it :)
Regards, Brett
_
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
> -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
> -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
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