RE: Connecting remotely.

Поиск
Список
Период
Сортировка
От Dave Page
Тема RE: Connecting remotely.
Дата
Msg-id 8568FC767B4AD311AC33006097BCD3D61A26F8@woody.vale-housing.co.uk
обсуждение исходный текст
Ответ на Connecting remotely.  ("Adam Lang" <aalang@rutgersinsurance.com>)
Список pgsql-interfaces

> -----Original Message-----
> From: Adam Lang [mailto:aalang@rutgersinsurance.com]
> Sent: 01 November 2000 14:53
> Cc: pgsql-interfaces
> Subject: Re: [INTERFACES] Connecting remotely.
> 
> 
> That's what I was figuring... so... is it possible to take 
> those files,
> compile them into a dll and make a postgresql-specific remote 
> connection
> library?  So, say instead of referencing ADO in Visual Basic 
> and using the
> ODBC driver, merely wrap up necessary functionality of the client side
> libraries?  Would that be hard? (Never made a DLL before, so unsure).

Many before you have tried this and failed miserably!! :-)

Seriously though, I think you would be creating a horrendous amount of work
for yourself (having considered the idea for 18 months or so myself). IMHO
time would be far better spent writing an OLEDB provider for PostgreSQL (a
native one, not one using the Simple Provider interface). At least then you
can still manipulate data in recordset objects which aren't really that bad
to work with and are very useful when you attach them to a hidden data
control so you can bind other controls to them.

Regards,
Dave.


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "Clark, Joel"
Дата:
Сообщение: RE: Connecting remotely.
Следующее
От: "Sergio A. Kessler"
Дата:
Сообщение: Re: Connecting remotely.