SQL Query Software SQL Query Software SQL Query Software - SQL Uniform - Query Comparison Export Convert Import Administration
SQL Query Software SQL Query Software

SQL Uniform
SQL database comparison and query tool

SQL query and comparison software - SQL Uniform  SQL adatbázis lekérdező és összehasonlító program - SQL Uniform    

Frequently asked questions


Answers

1. What is JDBC?
JDBC is briefly a programming interface (API), which allows communication with the databases in a standardised way.
JDBC drivers are a set of Java classes, developed for a particular version of a particular database, adjusted to the JDBC standard and providing standard functions, and are located in a directory structure or a file with ZIP or JAR extension in an appropriately organised order. (JAR is basically a file of ZIP type.) To build up a database connection, the program loads the driver found at the entered location into the memory and builds up the connection through its standard functions.

2. Where can I find a JDBC driver?
It can be downloaded from Internet at SUN Microsystems Inc.'s homepage: http://servlet.java.sun.com/products/jdbc/drivers/ or from the homepage of the relevant server's manufacturer.