Embed Data in Resource File

I am using a small SQL Everywhere database in a PPC and on the Desktop. App is developed with VB2005. I would like to embed the database to keep it safe from users. I can embed the db in the Project Resources, but I cannot figure out how to refer to it in a path statement for making the connection and using a data reader. I have it working fine on both platforms as a stand alone file, but not as part of a Resource file. Any Ideas

Thanks,

Dennis Lackey



Answer this question

Embed Data in Resource File

  • JollyChollie

    SqlCe engine will not be able to work with a database file inside an embedded resource. There must be a file.

  • Embed Data in Resource File