GeekArticles
Operating Systems
Windows CEUsing Database Engines in a Mobile Application
Author: developer.com |
Published: 10th Aug 2005 |
Visited: 638 times |
Add CommentFiled in: Windows CEBy Alex Gusev Go to page: 1 2 3 Next There is no need to note that, with database functionality, application logic becomes much simplier. And, a programmer's life-I don't even have to mention how that's simplified.... Windows CE has its own database support, but its usage is a bit complicated. It isn't overly complicated, but it's complicated enough enough from my point of view to choose flat binary files instead of inviting all this headache. Currently, you also may find a lot of...n
Read Article Sponsored Links
Related Articles
• Building a .NET Console Application for Scheduled Tasks This article walks you through the process of building a simple .NET command-line application that is designed to be scheduled to execute. The sample application will send an HTTP request to a web server and send the returned HTML as the body of an email message. Once the application is complete, ...