How can i write my own JDBC Driver?
843854Jun 27 2004 — edited Jun 28 2004Hello,
I am a computer science student from germany, and for my diploma theses I have to write a jdbc driver (only a proto type with a less api). Is there a sdk for, or some HowTo to start?
I will give you an overview of my theses subject:
Our software has a 3 tier architecture. Persistent data are stored in a RDBMS. The access funktions are implemented on the server site. All Clients are allowed to access the data only over the server. By the way a filtering takes place according to the rights of access and the methodicaly properties of the clients. Therefore a direct access over a standart JDBC driver can't be allowed.
But our customers want to have access to the data over JDBC because they for example use Crystal-Reports to create a report. So I have to develop a JDBC driver which makes sure the difficulty point above.