Search found 3 matches

by tonis
Wed 02 Feb 2011 11:05
Forum: SQL Server Data Access Components
Topic: Private deploy of Delphi app using SDAC and MS Compact
Replies: 4
Views: 1599

Thank you! Works now!
by tonis
Tue 01 Feb 2011 11:44
Forum: SQL Server Data Access Components
Topic: Private deploy of Delphi app using SDAC and MS Compact
Replies: 4
Views: 1599

It seems that SDAC is not checking provider from machine.config. From where it checks that SQL Compact Data Provider is not installed?
by tonis
Tue 01 Feb 2011 10:32
Forum: SQL Server Data Access Components
Topic: Private deploy of Delphi app using SDAC and MS Compact
Replies: 4
Views: 1599

Private deploy of Delphi app using SDAC and MS Compact

We are trying to create private deploy of Delphi app with MS Compact. We are using TMSCompactConnection component for connecting. For creating installation package we are using Inno Setup.

If i'm only copying DLL-s described here http://msdn.microsoft.com/en-us/library/aa983326.aspx (private file-base deployment), i'm getting error message "Required provider is not installed".
For VS projects, they create entry into app.config file and describe SQL Server Compact Data provider there (http://blogs.msdn.com/b/stevelasker/arc ... vider.aspx).

I know that I can install SQL Server Compact before my program and even run this Compact installation from my installation package and this registers needed data provider, but I'd like to do it without using MS Compact MSI. Have someone done something like that?