Re: Here we go....

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgadmin(at)timfinch(dot)cix(dot)co(dot)uk>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Here we go....
Date: 2002-03-06 11:52:16
Message-ID: 64172.193.195.77.162.1015415536.squirrel@ssl.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Tim Finch allegedly said:
> Dave/Jean,
>
> 1. Starting to tour round the code (at last....). Any specific reason
> why you used ADO 2.0 library in pgSchema and not later version like
> 2.6?

Compatibility. With pgAdmin I, by far the most common faq was answered with
'install MDAC 2.6 or higher'. I don't remember getting that question at all
since we released pgAdmin II.

> 2. I tried running pgAdmin from VB and it stops on
> frmMain.svr.DeferConnection = True
> saying Defer connection is not a member of this svr object (which I
> sussed whas a ref to pgSchema).checking references it is pointing to
> the pgschema.dll thats in the 1.2.0 release build in my program
> files\pgadmin directory. I have downloaded the cvs tree (from 2 days
> back) into a separate place.
> I downloaded the vbp of pgschema I downloaded this AM and I cant find
> the deferconnection member in the latest pgschema. I pointed the
> refernces at a download of the binaries download of pgSchema and it
> says error 430:class does not support expected interface. Should I be
> doing a buildall before ever trying to run the code I download?

I wrote a guide for this last night - it's in
pgadmin2/help/html/developerinfo/devenv.html. Basically you can develop and
run a release version on the same box. You're right though, uninstall the
installed version, then run BuildAll.bat.

Regards, Dave.

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Gastón Micheri 2002-03-06 19:58:32 A consult
Previous Message Tim Finch 2002-03-06 11:02:35 Here we go....