Обсуждение: Re: [QUESTIONS] Windows interface
Redirected to 'the proper list' - pgsql-interfaces@postgresql.org
On Mon, 23 Mar 1998, Arthur Alacar wrote:
>
> I am working with postgres-6.2.1 running on a FreeBSD box...
> We are planning to write a complete database system for our company and is
> considering postgres as our choice.
> The problem is.. would it be possible to write an interface under Win95
> accessing our databases on our freebsd server?
> if YES what language? if NOT, what would be the best solution for this?
> we only have on UNIX server and several win95 boxes as interfaces?
Take a look at the ODBC drivers and connecting in through
something like MSAccess...
i used openlinkODBC3.0 as an interface to my postgreSQL6.3.1. i have a problem with its authentication. OpSysLogin=Yes .. in debug mode. the request broker always returns an error that user 'foo' can't login onto my machine.. though 'foo' is a valid user of my box. 'foo' is also the one who invoked 'oplrqb'. what seems to be the problem here? thank you. .a.r.t
i used openlinkODBC3.0 as an interface to my postgreSQL6.3.1. i have a problem with its authentication. OpSysLogin=Yes .. in debug mode. the request broker always returns an error 'Unsuccessful login attempt for foo' then rejected. what seems to be the problem with my setup? i have a valid user 'foo'.. thanks. .a.r.t.