Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: StringList Duplicates in Midas Project
StringList Duplicates in Midas Project
Posted: 2007/07/17 07:10
 
Hello!
I have MIDAS project using NOCI8. I can't rebuild it using AnyDac because of lack of time and so on.
According to DEMOs I set FOCIDatabaseNameExpandMode := deUseThread in initialization section of remote data module. But despite it I have such problem.
Sometimes users’ client part application is crashed. And then users try to connect to server part again. And after it server application sometimes generate next mistake "Error reading MainDB.DatabaseName: String list does not allow duplicates". MainDB is the name of my TOCIDatabase component.
Also I found in unit NCOciDB next string:

 FDatabases.Duplicates := dupError


What bad consequences may happen, for your point of view, if I change it on

 FDatabases.Duplicates := dupIgnore

?