DML REFRESH Problem
Posted: Sat 26 Mar 2016 18:44
Hi Devart Team
I use IDBAC 5.6.19. With IBCQuery when DMLRefresh is true there is a problem with strings inserted to database (FB.2.5.1) It looks like encoding problem: (���x#)
When the DMLRefresh option is off, everything works OK.
I use IDBAC 5.6.19. With IBCQuery when DMLRefresh is true there is a problem with strings inserted to database (FB.2.5.1) It looks like encoding problem: (���x#)
When the DMLRefresh option is off, everything works OK.
Code: Select all
IBCQuery settings:
object QueryRejestr: TIBCQuery
UpdatingTable = 'REJESTR'
KeyFields = 'ID'
KeyGenerator = 'GEN_REJESTR_ID'
GeneratorMode = gmInsert
DMLRefresh = True
SQLInsert.Strings = (...)
Connection = IBFirma
Transaction = IBTransFirma
UpdateTransaction = IBTransUpdateFirma
SQL.Strings = (...)
FetchAll = True
CachedUpdates = True
LockMode = lmLockImmediate
Options.ComplexArrayFields = False
AutoCalcFields = False
Filtered = True
FilterOptions = [foCaseInsensitive]
Left = 56
Top = 392
ParamData = <
item
DataType = ftInteger
Name = 'ID'
Value = nil
end>