Quantum version 2.4.1
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / doc / jdbc_connection_details.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4   <meta http-equiv="content-type"
5  content="text/html; charset=ISO-8859-1">
6   <title>Specifying JDBC Connection Details</title>
7   <link rel="stylesheet" href="book.css" charset="ISO-8859-1" type="text/css"></head>
8 </head>
9 <body>
10 <h1>Specifying JDBC Connection Details</h1>
11 <p>Once a JDBC Driver has been selected, provide the JDBC connection details such as 
12 userid, password and JDBC connection URL.</p>
13  
14 <img src="images/new_bookmark/page2.gif" />
15
16 <p>Please note that passwords are stored relatively unsecurely in a QuantumDB 
17 configuration file.  A more secure option might be to select the "Prompt for 
18 Password" option.  When this option is selected, QuantumDB will prompt the user
19 for a password whenever it tries to connect to the database.
20
21 <p>QuantumDB provides extra JDBC URL assistance for some well-known drivers.  For example,
22 if you're using the standard PostgreSQL driver, <code>org.postgresql.Driver</code>, you'll
23 see the following screen:</p>
24
25 <img src="images/new_bookmark/page2_postgresql.gif" />
26
27 <p>Similarly, the standard IBM Informix driver provides the following screen:</p>
28
29 <img src="images/new_bookmark/page2_informix.gif" />
30
31
32
33 </body>
34 </html>