|
Internet Terminology |
|
Object oriented program computer program development, object-oriented programming (OOP), organized around "objects" rather than "actions," data rather than logic. OOP takes the view that what we really care about are the objects we want to manipulate rather than the logic required to manipulate them. The first step in OOP is to identify all the objects you want to manipulate and how they relate to each other, an exercise often known as data modeling. Once you've identified an object, you generalize it as a class of objects and define the kind of data it contains and any logic sequences that can manipulate it. ODBC - Open Database Connectivity a standard or open application programming interface (application program interface) for accessing a database. By using ODBC statements in a program, you can access files in a number of different databases, including Access, dBase, DB2, Excel, and Text. In addition to the ODBC software, a separate module or driver is needed for each database to be accessed. |
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z