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