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: evgenyg@xxxxxxxxxxxxxxxxxx (Evgeny Gesin)
  • Subject: JDBC
  • Date: Mon, 31 Jan 2000 19:28:15 +0200

The code is usually changes when initializing a DB
specific driver. Depending on your design and usage
of standard SQL92 (no extensions specific for
a DB server), other code may remain the same.

Matthias Carlsson 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?
>
> Thanks,
>
> [ Matthias Carlsson ]
> [ Programmer (Java, CGI/Perl, Javascript, HTML) ] [ Web Designer ]
> [ E-Mail: matthias.carlsson@xxxxxxxxxxxxxxxxxxx ] [ UIN: 1430647 ]
>
> ---
> To unsubscribe, mail advanced-java-unsubscribe@xxxxxxxxxxxxxxxx
> To get help, mail advanced-java-help@xxxxxxxxxxxxxxxx

--
Cheers.

    (  (
   ) ) (       Evgeny Gesin                   evgenyg@xxxxxxxxxxxxxxxxxx
  ( (  ) )     Motorola                       evgenyg@xxxxxxxxxxxxxx
 )  )  (  (    Cellular Software Engineering  evgenyg@xxxxxxxxxxxx
____________
\          /\  All objects are equal, but some more equal then others.
 \  JAVA  /\/  Quite why this difference should exist is a mystery.
__\______/__
------------
Any statements in this message are personal opinions
and do not represent the views of Motorola.




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


  • References:
    • JDBC
      • From: Matthias Carlsson