Hi,
I want to use database in my Project.I'm new to it too.
I'm doing project in C#,Visual Studio 2005,Compact Framework 2.0 and for WinCE.Plz. do help.I want an open source DB please.
Help Me.Tell me how to create a Database from the scratch or attach any link which describes that.Thanks in Advance.
gibookrishnan 0 Newbie Poster
Recommended Answers
Jump to PostThese should help you, it worked for me ;)
Create a SQL Mobile database
Accessing SQL Server Express …
Jump to PostWin CE devices are already shipped with SQL Compact Edition already on them, plus they are easy to update as far I know. So there is not too much to device side. Question is, will your application on Win CE device retrieving data from external database? If so, it is …
Jump to Postthen there is nothing to worry about. Creating and maintaining database and tables through code is easy task
Jump to PostHere example which I did few months back. As you can see I do check if database exist to over-write to default values that can be removed or replaced by something more sensible. Also this show creation of only one database with one table but this can expand. Use your …
All 13 Replies
Ramy Mahrous 401 Postaholic Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
gibookrishnan 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Ramy Mahrous 401 Postaholic Featured Poster
gibookrishnan 0 Newbie Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
gibookrishnan 0 Newbie Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
gibookrishnan 0 Newbie Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
gibookrishnan 0 Newbie Poster
gibookrishnan 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.