I have a headless device project in Windows CE.NET 4.2 Platform Builder, and I put a web server with asp and isapi extensions

The problem is: How can I make a local database and access it with asp pages running in the device? Is this possible, or do i need to write an ISAPI instead (that would be more painful) that wrapper to a local database for headless devices? Is there any way to do with sqlce?

if its possible, how can i create a sqlce database and an asp page to deploy on the device

Marcelo van Kampe