I run the demo program in directory "Devart\DbxSda\Demos\Win32\SQLServerCompact" ,It's work OK.
I try to test multi connection ,I do the follow
1. add three SQLConnection component
2. set SQLconnection property as same as original one
3. add a button
4. set button click event
SQLConnection1.Connected := true;
SQLConnection2.Connected := true;
SQLConnection3.Connected := true;
but It's raise EFOpenError with message "Can't open file ....\*.sdf"。
I want uses sqlce in multi thread,how to solve?
thanks