RE: PgAdmin exporter DLL's

Поиск
Список
Период
Сортировка
От Dave Page
Тема RE: PgAdmin exporter DLL's
Дата
Msg-id 8568FC767B4AD311AC33006097BCD3D61A271C@woody.vale-housing.co.uk
обсуждение исходный текст
Ответ на PgAdmin exporter DLL's  ("Tim Kane" <timk@blazelimited.com>)
Список 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 по дате отправления:

Предыдущее
От: "George P. Esperanza"
Дата:
Сообщение: Dirty Read
Следующее
От: Anders Bengtsson
Дата:
Сообщение: Re: Status of full blob support in JDBC?