| Author |
How does JDBC type 4 can access database directly
|
jeaw san
Greenhorn
Joined: Sep 28, 2004
Posts: 8
|
|
How does JDBC type 4 can access database directly. 1. I would like to know I must install driver on client or not? 2. How to Access database from java application(What I need to refer when execute program)
|
yodchai
|
 |
Shailesh Chandra
Ranch Hand
Joined: Aug 13, 2004
Posts: 1076
|
|
thin driver talk to Database in their native protocol unlike type-1 or type-2 You need to have thin driver on your Database Client from where you are making connection to database which is your java program. Thin driver is not required on machine from where your java program id being accessed ie your application client or users' machine. [ November 03, 2004: Message edited by: Shailesh Chandra ]
|
Gravitation cannot be held responsible for people falling in love ~ Albert Einstein
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56151
|
|
"Jeaw Jeaw", We're pleased to have you here with us on the Ranch, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear Forum Bartender
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How does JDBC type 4 can access database directly
|
|
|