This is a discussion on Upgrade problem(Ver 1.3.0) within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> Hi Andreas. An error occurs when upgraded to 1.3.x from 1.2.x. 1.2.x wxString val; Read(wxT("Export/Unicode"), &val, wxT("No")); exportUnicode = ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Andreas. An error occurs when upgraded to 1.3.x from 1.2.x. 1.2.x wxString val; Read(wxT("Export/Unicode"), &val, wxT("No")); exportUnicode = StrToBool(val); 1.3.x Read(wxT("Export/Unicode"), &exportUnicode, false); It is written in registry, and it goes on on it. I think that you must take this treatment into consideration. See, http://cre-ent.skcapi.co.jp/~saito/p...dmin3error.jpg This phenomenon is unpleasant though it is only the beginning.:-( regards, Hiroshi Saito ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |