Skip to main content
  • 87 Accesses

Abstract

We’ve finally made it to the final building block needed to create database applications on the Pocket PC. SQL DML enables you to build databases and the Connection object enables you to connect to databases, but the Recordset object is definitely where the action is. When you execute a query that returns rows of data, ADOCE packages those rows together in a Recordset object. This Recordset object presents itself to you in the form of a virtual table with a subset of columns and rows that match up with the actual columns and rows found in the database table you’re running a query against. Unfortunately, the ADOCE Recordset object lacks many of the features provided by its desktop and server cousins. You won’t be able to use things like data shaping and disconnected Recordsets, and you won’t have the ability to search within the Recordset and save your records as XML. Don’t panic! You’ll find a way to get along without all those cool features.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 29.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 39.95
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2001 Rob Tiffany

About this chapter

Cite this chapter

Tiffany, R. (2001). The ADOCE Recordset Object. In: Pocket PC Database Development with Embedded Visual Basic. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-1142-6_5

Download citation

  • DOI: https://doi.org/10.1007/978-1-4302-1142-6_5

  • Publisher Name: Apress, Berkeley, CA

  • Print ISBN: 978-1-893115-65-1

  • Online ISBN: 978-1-4302-1142-6

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics