windows mobile with database
-
hii everyone, i need to know how can i connect to database with windows mobile application, and wich database is available and witch is more powerful
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.cacttus.com
-
hii everyone, i need to know how can i connect to database with windows mobile application, and wich database is available and witch is more powerful
Hi Ahmadmou, Please see below connection string.
String strConnectionString = "\\Program Files\\Simple\\simple.sdf";
SQL Server Compact 3.5 is a small footprint in-process database engine that allows developers to build robust applications for Windows Desktops and Mobile Devices. This download contains the CAB files and DLL’s that are used to install SQL Server Compact 3.5 on the Windows Mobile Devices platform Microsoft SQL Server Compact 3.5 for Windows Mobile[^] Hope it helps
Pavan Pareta