Hi All,

My first time posting here.

I am using Visual Basic 2005 and I'm developing software for a Windows CE 5.0 device.

The application works with an exisiting database files which is SQL Server CE (*.sdf). The database file could be found at 'C:\Documents and Settings\Administrator\My Documents\Database1.sdf'.

Can anyone tell me how can I deploy this exisiting database to the PDA? I will also to deploy this database to a Cab so it can be installed on the PDA device.

I tried to adding the database file as Resource by going to Properties of the Solution Explorer and then adding the sdf file. It gave an error about the database version.

I can view my database via the Server Explorer within Visual Studio so the database is working.

Can anyone please advise about deploying an exisiting database? I searched this forum and I had no luck.