Recent content by PeterP

  1. P

    Delphi 7 to Delphi 2010 Unicode migration

    Thanks all I have resolved the issue by Oracle NLS_LANG setting to UTF8. Because I use Windows 7 64 bit and Oracle 11G 32 bit client I have been updating wrong registry value. HKEY_LOCAL_MACHINE/Software/Wow6432Node and so on should be set.
  2. P

    Delphi 7 to Delphi 2010 Unicode migration

    As I mentioned earlier, I know that I can use Variables and it works ok, but application is Huge and code migration will take a lot of time and testing, which I can't afford right now.
  3. P

    Delphi 7 to Delphi 2010 Unicode migration

    Hello, as title says I'm trying to migrate my Delphi Oracle application from Delphi 7 to Delphi 2010 with unicode support. As I allready figured out everything is working ok if I use queries using Variables, but a big part of my application uses direct SQL statements so there unicode doesn't...
Back
Top