Quantum version 2.4.1
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.quantum.sql / doc / getting_started_connections.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>Creating a QuantumDB Bookmark</title>
7   <link rel="stylesheet" href="book.css" charset="ISO-8859-1" type="text/css"></head>
8 </head>
9 <body>
10 <h1>Creating a QuantumDB Bookmark</h1>
11 <p>Author: jparrai<br>
12 Date: 28-03-2003<br>
13 <p>To connect to a database (create a bookmark in quantum) you use the <span
14  style="font-weight: bold;">New Bookmark</span> menu item that appears
15 when right-clicking on the blank space in the <span
16  style="font-weight: bold;">Database Bookmarks</span> view.</p>
17  
18 <img src="images/newbookmark_menu.gif" />
19
20 <p>Once this menu item is selected, you will see the "New Bookmark" wizard:</p>
21
22 <img src="images/new_bookmark/page1.gif" />
23
24 <p>Creating Bookmarks involve four things:
25
26 <ol>
27 <li><a href="jdbc_driver.html">specify a JDBC Driver</a>;
28 <li><a href="jdbc_connection_details.html">provide the connection details (userid, password and JDBC URL)</a>;
29 <li><a href="bookmark_name.html">choose a name for your bookmark</a>; and
30 <li><a href="schema_rules.html">optionally, specify which schemas you want to view</a>.
31 </ol>
32
33 </body>
34 </html>