Page 1 of 1

TMSCompactConnection could not create database v 3.5

Posted: Sun 26 Apr 2009 23:47
by akm
Step to reproduce

1. Open Demo Project
C:\Program Files\Devart\Sdac for RAD Studio 2009\Demos\TechnologySpecific\MSSQLCompact\MSSQLCompact.bdsproj

2. Run this project
3. When select from combo version 3.0 - all is well
Database created and opened

BUT if select version 3.5 - appear error message
"Database not found. Check path to database".

Posted: Tue 28 Apr 2009 06:31
by Dimon
The problem is that a database, created by SQL Server Compact Edition version 3.0, is not compatible with the created by SQL Server version 3.5.
To create a database version 3.5 you should delete the "test.sdf" file and after that establish connection. New database will be created automatically.