Hi,

I'm getting my first ClickOnce app ready for prime time, but there's still
one thing bothering me:

At this moment I'm using |DataDirectory| to point to the SqlCe database. The
database itself is marked as "data file".

However, when I uninstall my ClickOnce app the SqlCe database is also
removed. What are my options to prevent this? Isolated storage? What would
be my connection string like?

Steven

- - -