Embedded Visual Basic Windows Ce And Pocket Pc Mobile Applications [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Embedded Visual Basic Windows Ce And Pocket Pc Mobile Applications [Electronic resources] - نسخه متنی

Chris Tacke; Timothy Bassett

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



eMbedded Visual Basic®: Windows® CE and Pocket PC Mobile Applications

By
Chris Tacke, Timothy Bassett

Table of ContentsChapter 7.
Storing and Retrieving Data with ActiveX Data Objects CE


Storing Windows CE Data


Outside of third-party products, ADOCE can access data stored in one of three places:

  • The original data store for ADOCE was the Windows CE Object Store.

  • Improved versions of ADOCE could access a Pocket Access File.

  • The introduction of ADOCE 3.1 allows access to Microsoft SQL Server CE or other OLEDBCE providers.


When designing an ADOCE application, you need to determine which data store to use. The CE Object Store choice is probably no longer desirable for an eVB application, so its discussion isn't included here.

Note

The CE Object Store limitation of requiring unique table names across applications is a good enough reason to not use it anymore. Also, the Object Store is difficult to maintain remotely, performs slower, and is more prone to corruption.

Using Pocket Access is fairly easy. A Pocket Access database is file-based, similar to the desktop version, and can exist anywhere in the file structure of a CE device. Its extension is .cdb.

There are two ways to create a Pocket Access database:

  • Use ActiveSync to create a Pocket Access database with a similar structure to a companion database on the desktop.

  • You can programmatically create a Pocket Access database through the ADOCE.Connection object.




    / 108