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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match