Connecting to a SQL Compact file (.sdf) using an ADO connection in Delphi
问题 I'm attempting to use a local .sdf file as a means of temporary storage should the main database be unreachable. I have the .sdf file, but when I try to set it to the file it seems to not at all know if the .sdf exists. The current connection string I have currently is: Driver={SQL Native Client};Data Source=C::\users\username\desktop\file\MyData.sdf;Persist Security Info=False and for the Provider it generated for me: Provider=Microsoft.SQLSERVER.CE.OLEDB.3.5 When I try to use the connection