This is a simple tooltip menu that will show a tooltip submenu when
hovering over an item. The submenu will either appear above or below the
main menu, depending on where more space is available. Using
Modernizr’s touch detection, the menu will either react on hover or on
click. Example media queries show how to adjust the style for smaller
screens.
Home
All posts
Jumat, 29 April 2016
Filterable Product Grid
Using Transactions
A transaction is
defined as a "logical unit of work". Use transactions to enforce data
integrity by making sure that multiple, related database operations are
committed in an all or nothing manner. Microsoft Jet allows you to include both
DML and DDL operations within a single transaction.
The following listing
demonstrates how to use a transaction. It combines DML and DDL operations
within a single transaction. If any part of the code fails, all changes will be
rolled back. The code creates a new table named Contacts, populates it with
data from the Customers table, adds a new column named ContactId to the
Customers table, and then deletes the columns containing contact information
from the Customers table.
Synchronizing Data
Synchronizing two replicas involves exchanging
data and design changes. Synchronization can be bi-directional, (that is,
changes in each replica are propagated to the other) or can occur in a single
direction.
The following listing demonstrates how to
synchronize changes between two replicas. The first example shows how to do a
direct, two-way synchronization.
Creating a Replica & Partial Replica
Creating a Replica
The following listings demonstrate how to create
a full, read/write replica of an existing replica using DAO and then using JRO.
Langganan:
Postingan (Atom)
