Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

JDBC


  • From: tim@xxxxxxxxxxxxxx (Tim O'Neil)
  • Subject: JDBC
  • Date: Mon, 31 Jan 2000 09:32:43 -0800

At 06:21 PM 1/31/00 +0100, you wrote:
>I've written an application which I preferably would like to connect
>to a SQL database. I've never used either SQL nor JDBC before, but
>that's not really relevant right now.
>What I'd like to know if it with JDBC is possible to write database-
>independent code, so that the application will work with any type
>of database without having to change the code?


Short answer is yes. But you know there's always the long answer.
For instance, you might write your app to expect dynamic cursors,
and you may connect it to a data base that doesn't support dynamic
cursors. Just be careful. If you can, write your client apps to as
low a common denominator as possible.



---
To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx