Save
3
Terms in this set (23)
ODBC was developed by False
Microsoft and has been
implemented by many other
vendors. (T/F)
DataSets are needed to provide False
a unique, proprietary means to
process database views. (T/F)
JDBC and ODBC are essentially False
the same as they are both
owned by Oracle Corp. (T/F)
a Java program that is invoked on the server to respond to HTTP
A servlet is:
requests
, Which of these is NOT one of F.
the steps when using JDBC? all of these are steps when using JDBC
A.
create a statement
B.
load the driver
C.
establish a connection to the
database
D.
none of these are steps when
using JDBC
E.
execute the statement
F.
all of these are steps when using
JDBC