Using with SQL Server 2005 Compact
Using with SQL Server 2005 Compact
Can the dbExpress drivers be used with SQL Server 2005 Compact? I've tried with a demo version of v4 but was unable to make them work.
I am using Delphi 2007.
1) I drop a TSQLConnection component on a form.
2) I right click and select "Edit Connection Properties".
3) On the left under "Connection Name", I select SQLServerConnection.
4) On the right, I fill in the path to the database next to "Database".
5) "Host Name" is blank (should it be something else?)
6) I click OK to close that screen and go back to the Object Inspector.
7) DriverName=SQLServer, LibraryName=dbexpsda40.dll, VendorLib=sqloledb.dll
When I try to set Connected to True it pauses for about 10 seconds and then I get "SQL Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF]"
1) I drop a TSQLConnection component on a form.
2) I right click and select "Edit Connection Properties".
3) On the left under "Connection Name", I select SQLServerConnection.
4) On the right, I fill in the path to the database next to "Database".
5) "Host Name" is blank (should it be something else?)
6) I click OK to close that screen and go back to the Object Inspector.
7) DriverName=SQLServer, LibraryName=dbexpsda40.dll, VendorLib=sqloledb.dll
When I try to set Connected to True it pauses for about 10 seconds and then I get "SQL Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF]"