{{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:

Parallel Processing GPU vs CPU

1. What “parallel processing” means for tensors A tensor is just a multi‑dimensional array (like a matrix). Operations such as matrix mu...