SQL Mobile development

Hello, I want to add a SQL database to to stand alone mobile application. Do I need a copy of SQL server to build this database or are the necessary tools available on Visual Studio 5.0 ? Thanks in advance.

Drum Red

[217 byte] By [DrumRed] at [2008-1-27]
# 1
All you need is Visual Studio 2005 Standard and above.

Cheers
Daniel

DanielMoth at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 2
Daniel is right, you don't need SQL Sever to build the sdf file, everything you need will be install with VS 2005, you can even create/modify/view the SQL Mobile database within VS2005.

David

DavidSo at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...
# 3
Hi Friends
i added a .sdf file in VS2005 project,i got unpexted error exception,i want to know that:
1)what Libs(.dll) needs to be referenced and where are they located
2)how can I bind the .sdf file datasource in design mode

AdnanSiddiqi at 2007-9-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...