> -----Original Message----- > From: claus [mailto:[EMAIL PROTECTED] > Sent: 14 August 2003 13:46 > To: [EMAIL PROTECTED] > Subject: [pgadmin-hackers] ConnSettings > > > Hello list, > > I am trying to convince pgadmin 1.6.0 to display my Unicode > encode databases > as WIN1250 per default > (not launching a SET CLIENT ENCODING command on each > connection). The problem is that pgadmin does not use a DNS > but uses ODBC "dynamically" setting up the connection string > by explicitely.
Hello, The problem is not the DSNless connection, but rather the fact the VB (in which pga2 is written) will not handle Unicode. Beleive me, if it did, the connection string would be set as required :-) If you wish to use Unicode, you can do so in pgAdmin III which can be downlaoded at http://www.pgadmin.org/pgadmin3/download.php. The most recent release is beta 1, but it's pretty stable now for most tasks. Bug reports for issues you may find are appreciated though! Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html