Is there an existing method in C# to extract the file path from a string that represents a ConnectionString to a SqlCE .sdf file? I want t
ConnectionString
SqlCE
You can use SqlCeConnectionStringBuilder class to parse existing Sql Compact connection string.