Access database design and programming: [creating programmable database applications with Access 97, 2000, and 2002]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing u.a.
O'Reilly
2002
|
Ausgabe: | 3. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIX, 425 S. Ill., graph. Darst. |
ISBN: | 0596002734 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV014173194 | ||
003 | DE-604 | ||
005 | 20020604 | ||
007 | t | ||
008 | 020226s2002 gw ad|| |||| 00||| eng d | ||
016 | 7 | |a 963766279 |2 DE-101 | |
020 | |a 0596002734 |9 0-596-00273-4 | ||
035 | |a (OCoLC)248250149 | ||
035 | |a (DE-599)BVBBV014173194 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-29T |a DE-11 | ||
082 | 0 | |a 005.7565 | |
084 | |a ST 271 |0 (DE-625)143639: |2 rvk | ||
100 | 1 | |a Roman, Steven |e Verfasser |4 aut | |
245 | 1 | 0 | |a Access database design and programming |b [creating programmable database applications with Access 97, 2000, and 2002] |c Steven Roman |
250 | |a 3. ed. | ||
264 | 1 | |a Beijing u.a. |b O'Reilly |c 2002 | |
300 | |a XIX, 425 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a ACCESS <Programm> - Datenbankentwurf | |
650 | 4 | |a ACCESS <Programm> - Objektmodell | |
650 | 4 | |a ACCESS <Programm> - SQL | |
650 | 4 | |a ACCESS <Programm> - VisualBASIC für Applikationen | |
650 | 4 | |a ADO | |
650 | 0 | 7 | |a SQL |0 (DE-588)4134010-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenbankentwurf |0 (DE-588)4127613-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Objektmodell |0 (DE-588)4582015-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Access |g Programm |0 (DE-588)4303535-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a ADO |0 (DE-588)4598334-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a VisualBASIC für Applikationen |0 (DE-588)4341325-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Access |g Programm |0 (DE-588)4303535-8 |D s |
689 | 0 | 1 | |a Datenbankentwurf |0 (DE-588)4127613-9 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a VisualBASIC für Applikationen |0 (DE-588)4341325-0 |D s |
689 | 1 | 1 | |a Access |g Programm |0 (DE-588)4303535-8 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a Access |g Programm |0 (DE-588)4303535-8 |D s |
689 | 2 | 1 | |a SQL |0 (DE-588)4134010-3 |D s |
689 | 2 | |5 DE-604 | |
689 | 3 | 0 | |a ADO |0 (DE-588)4598334-3 |D s |
689 | 3 | |5 DE-604 | |
689 | 4 | 0 | |a Access |g Programm |0 (DE-588)4303535-8 |D s |
689 | 4 | 1 | |a Objektmodell |0 (DE-588)4582015-6 |D s |
689 | 4 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009715911&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-009715911 |
Datensatz im Suchindex
_version_ | 1808227000186306560 |
---|---|
adam_text |
TABLE
OF
CONTENTS
PREFACE
.
XI
PART
I.
DATABASE
DESIGN
1.
INTRODUCTION
.
3
DATABASE
DESIGN
3
DATABASE
PROGRAMMING
9
2.
THE
ENTITY-RELATIONSHIP
MODEL
OF
A
DATABASE
.
11
WHAT
IS
A
DATABASE?
11
ENTITIES
AND
THEIR
ATTRIBUTES
11
KEYS
AND
SUPERKEYS
15
RELATIONSHIPS
BETWEEN
ENTITIES
16
3.
IMPLEMENTING
ENTITY-RELATIONSHIP
MODELS:
RELATIONAL
DATABASES
.
18
IMPLEMENTING
ENTITIES
18
A
SHORT
GLOSSARY
21
IMPLEMENTING
THE
RELATIONSHIPS
IN
A
RELATIONAL
DATABASE
22
THE
LIBRARY
RELATIONAL
DATABASE
27
INDEX
FILES
31
NULL
VALUES
33
4.
DATABASE
DESIGN
PRINCIPLES
.35
REDUNDANCY
35
NORMAL
FORMS
37
FIRST
NORMAL
FORM
38
FUNCTIONAL
DEPENDENCIES
39
SECOND
NORMAL
FORM
40
THIRD
NORMAL
FORM
41
BOYCE-CODD
NORMAL
FORM
42
NORMALIZATION
43
PART
II.
DATABASE
QUERIES
5.
QUERY
LANGUAGES
AND
THE
RELATIONAL
ALGEBRA
.
51
QUERY
LANGUAGES
52
RELATIONAL
ALGEBRA
AND
RELATIONAL
CALCULUS
53
DETAILS
OF
THE
RELATIONAL
ALGEBRA
55
6.
ACCESS
STRUCTURED
QUERY
LANGUAGE
(SQL)
.
81
INTRODUCTION
TO
ACCESS
SQL
81
ACCESS
QUERY
DESIGN
81
ACCESS
QUERY
TYPES
83
WHY
USE
SQL?
84
ACCESS
SQL
85
THE
DDL
COMPONENT
OF
ACCESS
SQL
86
THE
DML
COMPONENT
OF
ACCESS
SQL
90
PARTILL.
DATABASE
ARCHITECTURE
7.
DATABASE
SYSTEM
ARCHITECTURE
.
115
WHY
PROGRAM?
115
DATABASE
SYSTEMS
117
DATABASE
MANAGEMENT
SYSTEMS
118
THE
JET
DBMS
119
DATA
DEFINITION
LANGUAGES
121
DATA
MANIPULATION
LANGUAGES
122
HOST
LANGUAGES
123
THE
CLIENT/SERVER
ARCHITECTURE
124
PART
IV.
VISUAL
BASIC
FOR
APPLICATIONS
8.
THE
VISUAL
BASIC
EDITOR,
PART
I
.
129
THE
PROJECT
WINDOW
129
THE
PROPERTIES
WINDOW
132
THE
CODE
WINDOW
132
VI
THE
IMMEDIATE
WINDOW
134
ARRANGING
WINDOWS
135
9.
THE
VISUAL
BASIC
EDITOR,
PART
II
.
137
NAVIGATING
THE
IDE
137
GETTING
HELP
138
CREATING
A
PROCEDURE
138
RUN
MODE,
BREAK
MODE,
AND
DESIGN
MODE
139
ERRORS
140
DEBUGGING
143
10.
VARIABLES,
DATA
TYPES,
AND
CONSTANTS
.
146
COMMENTS
146
LINE
CONTINUATION
146
CONSTANTS
147
VARIABLES
AND
DATA
TYPES
149
VBA
OPERATORS
164
11.
FUNCTIONS
AND
SUBROUTINES
.
165
CALLING
FUNCTIONS
165
CALLING
SUBROUTINES
166
PARAMETERS
AND
ARGUMENTS
167
EXITING
A
PROCEDURE
171
PUBLIC
AND
PRIVATE
PROCEDURES
171
FULLY
QUALIFIED
PROCEDURE
NAMES
172
12.
BUILT-IN
FUNCTIONS
AND
STATEMENTS
.
173
THE
MSGBOX
FUNCTION
174
THE
INPUTBOX
FUNCTION
176
VBA
STRING
FUNCTIONS
177
MISCELLANEOUS
FUNCTIONS
AND
STATEMENTS
180
HANDLING
ERRORS
IN
CODE
183
13.
CONTROL
STATEMENTS
.
191
THE
IF.THEN
STATEMENT
191
THE
FOR
LOOP
192
THE
EXIT
FOR
STATEMENT
193
THE
FOR
EACH
LOOP
194
THE
DO
LOOP
194
THE
SELECT
CASE
STATEMENT
195
A
FINAL
NOTE
ON
VBA
196
VII
PART
V.
DATA
ACCESS
OBJECTS
14.
PROGRAMMING
DAO:
OVERVIEW
.
201
OBJECTS
201
THE
DAO
OBJECT
MODEL
T
207
THE
MICROSOFT
ACCESS
OBJECT
MODEL
209
REFERENCING
OBJECTS
211
COLLECTIONS
ARE
OBJECTS
TOO
215
THE
PROPERTIES
COLLECTION
220
CLOSING
DAO
OBJECTS
225
A
LOOK
AT
THE
DAO
OBJECTS
226
THE
CURRENTDB
FUNCTION
234
15.
PROGRAMMING
DAO:
DATA
DEFINITION
LANGUAGE
.
241
CREATING
A
DATABASE
241
OPENING
A
DATABASE
243
CREATING
A
TABLE
AND
ITS
FIELDS
243
CREATING
AN
INDEX
246
CREATING
A
RELATION
248
CREATING
A
QUERYDEF
250
16.
PROGRAMMING
DAO:
DATA
MANIPULATION
LANGUAGE
.
254
RECORDSET
OBJECTS
254
OPENING
A
RECORDSET
255
MOVING
THROUGH
A
RECORDSET
257
FINDING
RECORDS
IN
A
RECORDSET
260
EDITING
DATA
USING
A
RECORDSET
262
PART
VI
.
ACTIVEX
DATA
OBJECTS
17.
ADOANDOLEDB
.
269
WHAT
IS
ADO?
269
INSTALLING
ADO
270
ADO
AND
OLE
DB
272
THE
ADO
OBJECT MODEL
274
FINDING
OLE
DB
PROVIDERS
304
A
CLOSER
LOOK
AT
CONNECTION
STRINGS
309
AN
EXAMPLE:
USING
ADO
OVER
THE
WEB
322
VIN
-
18.
ADOX:
JET
DATA
DEFINITION
IN
ADO
.
326
THE
ADOX
OBJECT
MODEL
326
PART
VII.
PROGRAMMING
PROBLEMS
19.
SOME
COMMON
DATA
MANIPULATION
PROBLEMS
.
337
RUNNING
SUMS
337
OVERLAPPING
INTERVALS
I
340
OVERLAPPING
INTERVALS
II
341
MAKING
ASSIGNMENTS
WITH
DEFAULT
344
TIME
TO
COMPLETION
I
346
TIME
TO
COMPLETION
II
347
TIME
TO
COMPLETION
III
-
A
MAXMIN
PROBLEM
349
VERTICAL
TO
HORIZONTAL
352
A
MATCHING
PROBLEM
354
EQUALITY
OF
SETS
355
PART
VIII.
APPENDIXES
A.
DAO
3.0/3.5
COLLECTIONS,
PROPERTIES,
AND
METHODS
.
361
B.
THE
QUOTIENT:
AN
ADDITIONAL
OPERATION
OFTHE
RELATIONAL
ALGEBRA
.
378
C.
OPEN
DATABASE
CONNECTIVITY
(ODBC)
.
381
D.
OBTAINING
OR
CREATING
THE
SAMPLE
DATABASE
.
401
E.
SUGGESTIONS
FOR
FURTHER
READING
.
411
INDEX
.
413
IX |
any_adam_object | 1 |
author | Roman, Steven |
author_facet | Roman, Steven |
author_role | aut |
author_sort | Roman, Steven |
author_variant | s r sr |
building | Verbundindex |
bvnumber | BV014173194 |
classification_rvk | ST 271 |
ctrlnum | (OCoLC)248250149 (DE-599)BVBBV014173194 |
dewey-full | 005.7565 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.7565 |
dewey-search | 005.7565 |
dewey-sort | 15.7565 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 3. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV014173194</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20020604</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">020226s2002 gw ad|| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">963766279</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0596002734</subfield><subfield code="9">0-596-00273-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)248250149</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV014173194</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-11</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.7565</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 271</subfield><subfield code="0">(DE-625)143639:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Roman, Steven</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Access database design and programming</subfield><subfield code="b">[creating programmable database applications with Access 97, 2000, and 2002]</subfield><subfield code="c">Steven Roman</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing u.a.</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2002</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIX, 425 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">ACCESS <Programm> - Datenbankentwurf</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">ACCESS <Programm> - Objektmodell</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">ACCESS <Programm> - SQL</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">ACCESS <Programm> - VisualBASIC für Applikationen</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">ADO</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">SQL</subfield><subfield code="0">(DE-588)4134010-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenbankentwurf</subfield><subfield code="0">(DE-588)4127613-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Objektmodell</subfield><subfield code="0">(DE-588)4582015-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Access</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4303535-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">ADO</subfield><subfield code="0">(DE-588)4598334-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">VisualBASIC für Applikationen</subfield><subfield code="0">(DE-588)4341325-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Access</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4303535-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Datenbankentwurf</subfield><subfield code="0">(DE-588)4127613-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">VisualBASIC für Applikationen</subfield><subfield code="0">(DE-588)4341325-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Access</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4303535-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">Access</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4303535-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2="1"><subfield code="a">SQL</subfield><subfield code="0">(DE-588)4134010-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="3" ind2="0"><subfield code="a">ADO</subfield><subfield code="0">(DE-588)4598334-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="3" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="4" ind2="0"><subfield code="a">Access</subfield><subfield code="g">Programm</subfield><subfield code="0">(DE-588)4303535-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="4" ind2="1"><subfield code="a">Objektmodell</subfield><subfield code="0">(DE-588)4582015-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="4" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009715911&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-009715911</subfield></datafield></record></collection> |
id | DE-604.BV014173194 |
illustrated | Illustrated |
indexdate | 2024-08-24T00:34:07Z |
institution | BVB |
isbn | 0596002734 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-009715911 |
oclc_num | 248250149 |
open_access_boolean | |
owner | DE-29T DE-11 |
owner_facet | DE-29T DE-11 |
physical | XIX, 425 S. Ill., graph. Darst. |
publishDate | 2002 |
publishDateSearch | 2002 |
publishDateSort | 2002 |
publisher | O'Reilly |
record_format | marc |
spelling | Roman, Steven Verfasser aut Access database design and programming [creating programmable database applications with Access 97, 2000, and 2002] Steven Roman 3. ed. Beijing u.a. O'Reilly 2002 XIX, 425 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier ACCESS <Programm> - Datenbankentwurf ACCESS <Programm> - Objektmodell ACCESS <Programm> - SQL ACCESS <Programm> - VisualBASIC für Applikationen ADO SQL (DE-588)4134010-3 gnd rswk-swf Datenbankentwurf (DE-588)4127613-9 gnd rswk-swf Objektmodell (DE-588)4582015-6 gnd rswk-swf Access Programm (DE-588)4303535-8 gnd rswk-swf ADO (DE-588)4598334-3 gnd rswk-swf VisualBASIC für Applikationen (DE-588)4341325-0 gnd rswk-swf Access Programm (DE-588)4303535-8 s Datenbankentwurf (DE-588)4127613-9 s DE-604 VisualBASIC für Applikationen (DE-588)4341325-0 s SQL (DE-588)4134010-3 s ADO (DE-588)4598334-3 s Objektmodell (DE-588)4582015-6 s DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009715911&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Roman, Steven Access database design and programming [creating programmable database applications with Access 97, 2000, and 2002] ACCESS <Programm> - Datenbankentwurf ACCESS <Programm> - Objektmodell ACCESS <Programm> - SQL ACCESS <Programm> - VisualBASIC für Applikationen ADO SQL (DE-588)4134010-3 gnd Datenbankentwurf (DE-588)4127613-9 gnd Objektmodell (DE-588)4582015-6 gnd Access Programm (DE-588)4303535-8 gnd ADO (DE-588)4598334-3 gnd VisualBASIC für Applikationen (DE-588)4341325-0 gnd |
subject_GND | (DE-588)4134010-3 (DE-588)4127613-9 (DE-588)4582015-6 (DE-588)4303535-8 (DE-588)4598334-3 (DE-588)4341325-0 |
title | Access database design and programming [creating programmable database applications with Access 97, 2000, and 2002] |
title_auth | Access database design and programming [creating programmable database applications with Access 97, 2000, and 2002] |
title_exact_search | Access database design and programming [creating programmable database applications with Access 97, 2000, and 2002] |
title_full | Access database design and programming [creating programmable database applications with Access 97, 2000, and 2002] Steven Roman |
title_fullStr | Access database design and programming [creating programmable database applications with Access 97, 2000, and 2002] Steven Roman |
title_full_unstemmed | Access database design and programming [creating programmable database applications with Access 97, 2000, and 2002] Steven Roman |
title_short | Access database design and programming |
title_sort | access database design and programming creating programmable database applications with access 97 2000 and 2002 |
title_sub | [creating programmable database applications with Access 97, 2000, and 2002] |
topic | ACCESS <Programm> - Datenbankentwurf ACCESS <Programm> - Objektmodell ACCESS <Programm> - SQL ACCESS <Programm> - VisualBASIC für Applikationen ADO SQL (DE-588)4134010-3 gnd Datenbankentwurf (DE-588)4127613-9 gnd Objektmodell (DE-588)4582015-6 gnd Access Programm (DE-588)4303535-8 gnd ADO (DE-588)4598334-3 gnd VisualBASIC für Applikationen (DE-588)4341325-0 gnd |
topic_facet | ACCESS <Programm> - Datenbankentwurf ACCESS <Programm> - Objektmodell ACCESS <Programm> - SQL ACCESS <Programm> - VisualBASIC für Applikationen ADO SQL Datenbankentwurf Objektmodell Access Programm VisualBASIC für Applikationen |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009715911&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT romansteven accessdatabasedesignandprogrammingcreatingprogrammabledatabaseapplicationswithaccess972000and2002 |