Used in TMSCompactEdition to define the version of SQL Server Compact Edition.
Unit
MSClasses
Syntax
TCompactVersion = (cvAuto, cv30, cv35);
Values
Value | Meaning |
cv30 |
Use SQL Server Compact Edition version 3.0 or 3.1. |
cv35 |
Use SQL Server Compact Edition version 3.5. |
cvAuto |
Tries to define the server version using the version of database file. If it is impossible, tries to work as with cv35 value assigned, if this is also impossible - as with cv30. |