Recent

Author Topic: Problems with IBX  (Read 1437 times)

paweld

  • Hero Member
  • *****
  • Posts: 1003
Re: Problems with IBX
« Reply #15 on: April 21, 2023, 08:03:33 pm »
If you are editing data in dataset, it is necessary to set the reverse conversion in SetText.
Best regards / Pozdrawiam
paweld

FranEx

  • New member
  • *
  • Posts: 7
Re: Problems with IBX
« Reply #16 on: April 24, 2023, 09:06:00 am »
Hi all, i've been investigating and testing. We have found that SQLdb componentes have an option UseConnectionCharSetIfNone that solve our problems with charset. And the question now, IBX has a similar option?

Wich are the diferences between IBX components and SQLdb? For me IBX seems more complete, but i don't know if SQLdb is updated (support) or have worst performance vs IBX.

Regards.

ttomas

  • Full Member
  • ***
  • Posts: 245
Re: Problems with IBX
« Reply #17 on: April 24, 2023, 12:42:48 pm »
Look to me like migration error from Firebird 1.5 to 3.
Can you try backup Fb1.5 database and restore in Fb3 with
Code: Pascal  [Select][+][-]
  1. gbak.exe -c -user SYSDBA -pas masterkey -FIX_FSS_DATA win1252 -FIX_FSS_METADATA win1252 c:\test\mybackup.fbk localhost:c:\test\mybase.fdb
  2.  

 

TinyPortal © 2005-2018