vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, i wonder if the odbc driver is sending a default client_encoding to the server. if so, what client_encoding? how can i determine it? if not, how i know what client encoding my platform uses? the question is because before i meet linux i never heard the term encoding... windows does everything for you and hides all this littles things (so when i start using the odbc driver in windows i never use client_encoding command now i know that is why some client applications got weird results send arbitrary commands to the server so how i set it, is the odbc doing it? can i change the encoding the odbc is sending? -- regards, Jaime Casanova (DBA: DataBase Aniquilator ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| > i wonder if the odbc driver is sending a default client_encoding to > the server. if so, what client_encoding? how can i determine it? if > not, how i know what client encoding my platform uses? psqlODBC tries to do it automatically for you. If you want see what client_encoding is used enable mylog output and there is called set client_encoding in the relative begin of mylog. > applications got weird results > send arbitrary commands to the server so how i set it, is the odbc > doing it? can i change the encoding the odbc is sending? The psqlODBC has strange behaviour. It set automatic client_encoding _after_ user defined connection settings. So you could change the client encoding only from application. You could call set client_encoding SQL statement. I hope I have answered you Luf ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| > > I hope I have answered you > > Luf > yes... with a very good answer... i will look at the code to see how psqlODBC tries to guess the encoding... thanx a lot... -- regards, Jaime Casanova (DBA: DataBase Aniquilator ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| Thread Tools | |
| Display Modes | |
|
|