Re: ODBC DSN Connections

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: ODBC DSN Connections
Дата
Msg-id 20031103195648.7203.qmail@web20806.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: ODBC DSN Connections  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
Список pgsql-odbc
--- Philippe Lang <philippe.lang@attiksystem.ch>
wrote:

> Just one quick note, though: My client will be
> implemented with MS Access 2000, and I had a lot of
> problems with permissions and DSN-less connection.
> Permissions simply do not work, at least for me,
> unless I use a good old DSN, with a username and a
> password inside. I use a lot of "Pass-through
> queries" in Access, which are generated dynamically,
> in order to pass parameters to Postgresql, and
> process the results inside a report.

There's nothing to stop you from making a connection
at the time you do your pass-through query, in the
same code.  But you would need to hard-code your
connection parameters, or prompt the user for them;
either approach has its drawbacks.  Or you could read
the parameters from another location, but that brings
you right back to your DSN idea...

But I agree with you in general, I like the
simplification that DSNs allow.  Although I am not
supporting any large number of client installations.


__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

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

Предыдущее
От: "Philippe Lang"
Дата:
Сообщение: Re: ODBC DSN Connections
Следующее
От: Michelle Murrain
Дата:
Сообщение: Access, ODBC and "other users"