On Mon, May 14, 2007 at 08:46:23PM -0300, marcelo Cortez wrote:
> hi all
>
> there any was successful with connect to postgres
> with psqlodbc in dsn less mode? It's wrong list for
> this subject? any pointer be appreciated
Certainly, all the time. For example (unix people close your eyes, this is
vbscript):
dbconn.Open "Driver={PostgreSQL UNICODE};DATABASE=admin;SERVER=my.server.se;uid=" &
wshshell.Environment("PROCESS")("USERNAME")
//Magnus