M Michael Lahrkamp Jul 15, 2004 #1 How can my PPC application developed using .NET detect whether SQL CE is installed? Are there registry keys? Thanks, Mike
How can my PPC application developed using .NET detect whether SQL CE is installed? Are there registry keys? Thanks, Mike
R Richard Thombs Jul 15, 2004 #2 On Thu, 15 Jul 2004 10:47:51 -0400, Michael Lahrkamp wrote: You could try and load one of the assemblies using the System.Reflection.Assembly classes. When doing auto-update I check for it's presence by just looking for \Windows\SQL CE\ssce20.dll (or something like that, can't remember the spelling). Hope this helps, Richard.
On Thu, 15 Jul 2004 10:47:51 -0400, Michael Lahrkamp wrote: You could try and load one of the assemblies using the System.Reflection.Assembly classes. When doing auto-update I check for it's presence by just looking for \Windows\SQL CE\ssce20.dll (or something like that, can't remember the spelling). Hope this helps, Richard.