Hi all,
I have been having a heck of a time getting my sqlce database to
encrypt. Here's the create database string I am using:
Dim SQLEngine As System.Data.SqlServerCe.SqlCeEngine
SQLEngine = New
System.Data.SqlServerCe.SqlCeEngine("provider=Microsoft.SQLSERVER.OLEDB.CE.2.0;Data
Source = \My Documents\ssce.sdf;password=secret;SSCE:Encrypt
Database=TRUE")
SQLEngine.CreateDatabase()
This actually DOES create the database just fine and I can insert data
all I want, but when I close the program, copy the database to my
desktop machine and open the database with NOTEPAD, you can actually
read some of the data! :-(
Any ideas on what I am doing wrong?
Many Thanks,
Brad