{{theTime}}

Search This Blog

Total Pageviews

JDBC Drivers

Driver Types:
Bridge (Type 1) -- JDBC-ODBC bridge. A mix of java and OS dependent code through ODBC.
Native(Type 2) -- Operating System dependent executables and Java through proprietary vendor code
Network(Type 3) -- Network middleware and Java.  JDBC accesses the database through the middleware
Thin(Type 4) -- Pure Java driver, no dependency on OS.

No comments:

Setup AWS Application Load Balancer Https

Setting up HTTPS for an AWS Application Load Balancer (ALB) involves configuring an HTTPS listener, deploying an SSL certificate, and defini...