From: <no...@so...> - 2001-05-18 10:27:02
|
Bugs item #425148, was updated on 2001-05-18 03:27 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=109028&aid=425148&group_id=9028 Category: IBConsole Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Non-English Exception's Initial Comment: In few modules (IbExtract.pas, dmuMain.pas) there is serious error on geting exception data from server. If my information is correct, exceptions are always coded with "lc_type=''" (without charset). When I click on exception node, I got message similar to this: "Can not translate characters ...". I fixed this by few lines of code. 1. I store Database.params.Text in local variable. 2. Disconnect from database 3. Set the params lc_type='' to database 4. Conect to database 5. After getting exception data disconnect database 6. Set the Database.Params.Text to old value 7. Connect to database This works fine, but I really need to know if this can be done without disconnecting from database ? ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=109028&aid=425148&group_id=9028 |