5 Specifying how a transaction interacts with other simultaneous transactions=Specifying how a transaction interacts with other simultaneous transactions
4 Sending an SQL transaction control statement to a remote server
5 Sending an SQL transaction control statement to a remote server=Sending an SQL transaction control statement to a remote server
2 Transactions against a local table=Transactions against a local table
2 Accessing data in databases
3 Providing common dataset functionality=Providing common dataset functionality
3 Interacting with the database=Interacting with the database
3 Surfacing datasets
4 Surfacing datasets=Surfacing datasets
4 Accessing all of your data through tables=Accessing all of your data through tables
4 Accessing a subset of data with queries=Accessing a subset of data with queries
4 Accessing data through a remote server's stored procedure=Accessing data through a remote server's stored procedure
2 Placing datasets in data modules=Placing datasets in data modules
2 Opening and closing datasets=Opening and closing datasets
3 Determining and setting dataset states
4 Determining and setting dataset states=Determining and setting dataset states
4 Understanding the dataset's Inactive state=Understanding the dataset's Inactive state
4 Understanding the dataset's Browse state=Understanding the dataset's Browse state
4 Understanding the dataset's Edit state=Understanding the dataset's Edit state
4 Understanding the dataset's Insert state=Understanding the dataset's Insert state
4 Understanding the dataset's SetKey state=Understanding the dataset's SetKey state
4 Understanding the dataset's CalcFields state=Understanding the dataset's CalcFields state
4 Understanding the dataset's Update states=Understanding the dataset's Update states
4 Understanding the dataset's Filter state=Understanding the dataset's Filter state
3 Navigating within datasets
4 Navigating within datasets=Navigating within datasets
4 Moving to the first or last record (First, Last)=Moving to the first or last record (First, Last)
4 Moving to the next or previous record (Next, Prior)=Moving to the next or previous record (Next, Prior)
4 Moving relative to the current record (MoveBy)=Moving relative to the current record (MoveBy)
4 Trapping beginning- and end-of-file conditions (Eof, Bof)=Trapping beginning- and end-of-file conditions (Eof, Bof)
4 Marking and returning to records (bookmarks)=Marking and returning to records (bookmarks)
3 Filtering datasets
4 Filtering datasets=Filtering datasets
4 Turning filters on and off=Turning filters on and off
4 Fine-tuning the filter=Fine-tuning the filter
4 Locating records in a filtered dataset=Locating records in a filtered dataset
4 Filtering datasets with the OnFilterRecord event=Filtering datasets with the OnFilterRecord event
4 Specifying a filter=Specifying a filter
3 Searching datasets
4 Searching datasets=Searching datasets
4 Moving the cursor to the located record (Locate)=Moving the cursor to the located record (Locate)
4 Returning values from a located record (Lookup)=Returning values from a located record (Lookup)
3 Modifying data
4 Modifying data=Modifying data
4 Editing records=Editing records
4 Editing entire records=Editing entire records
4 Adding new records=Adding new records
4 Deleting records=Deleting records
4 Posting data changes=Posting data changes
4 Canceling changes=Canceling changes
2 Accessing text files=Accessing text files
3 Using dataset events
4 Using dataset events=Using dataset events
4 Aborting a method=Aborting a method
4 Setting values of calculated fields with OnCalcFields=Setting values of calculated fields with OnCalcFields
2 Linking visual controls to datasets
3 Linking visual controls to datasets=Linking visual controls to datasets
3 Establishing a database-to-data-aware-control link=Establishing a database-to-data-aware-control link
3 Associating the data source with a dataset=Associating the data source with a dataset