adding a Sql server mobile file to a project...
I've juste started developping with the .NET environment with 2005 (almost never tried the 2003 edition) so i'm not really used to all the controls.
Here's my problem :
I'm using the PPC emulator and i need to use a SQL server mobile database with it. THe problem is thatI don't really get how things work together...
I've created my dataset, it seems to work fine. But it doesn't seem to connect to the database (always returns 0 on rows.count)
I've put a "storage card" on he emulator where the database is, i've edited the datasource, but it still doesn't work.
I cannot find any understandable help on this point, can anyone explain me how to have the xsd ans sdf work together please?

