RE: PgAdmin exporter DLL's - Mailing list pgsql-interfaces

From Dave Page
Subject RE: PgAdmin exporter DLL's
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D61A271C@woody.vale-housing.co.uk
Whole thread Raw
In response to PgAdmin exporter DLL's  ("Tim Kane" <timk@blazelimited.com>)
List pgsql-interfaces

> -----Original Message-----
> From: Tim Kane [mailto:timk@blazelimited.com]
> Sent: 07 November 2000 12:37
> To: PSQL Interfaces
> Subject: [INTERFACES] PgAdmin exporter DLL's
> 
> 
> Just noticed that it's possible to write my own exporters for 
> pgAdmin via a
> DLL.
> Any pointers on where I should start with this?
> 
> Never written a DLL before but I can't imagine that would be 
> a problem, is
> there source available for the existing exporters?
> 
> Thanks heaps!
> 
> Tim
> 

Check out the source code - the code for the HTML exporter is heavily
commented. Please note though, in the next release of pgAdmin which has been
seriously overhauled, there are a couple of changes to the exporters:

1) The interface now expects a variant to be passed to the export function.
This fixes major problems I was having with VB not recognising the recordset
on the interface , as a recordset (if that makes sense!). The declaration
now looks like:

Sub pgExporter_Export(rsData As Variant, Optional szConfig As String)

2) There is a new ASCII text exporter in the new version which replaces the
Export Wizard.

Regards,

Dave.



pgsql-interfaces by date:

Previous
From: "George P. Esperanza"
Date:
Subject: Dirty Read
Next
From: Anders Bengtsson
Date:
Subject: Re: Status of full blob support in JDBC?