X-Git-Url: http://secure.phpeclipse.com diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/doc/connect.html b/archive/net.sourceforge.phpeclipse.quantum.sql/doc/connect.html new file mode 100644 index 0000000..b6b8e63 --- /dev/null +++ b/archive/net.sourceforge.phpeclipse.quantum.sql/doc/connect.html @@ -0,0 +1,71 @@ + + + + + Making a Quantumdb connexion (bookmark) + + +Author: jparrai
+Date: 28-03-2003
+Subject: Making a Quantumdb connexion
+
+To connect to a database (create a bookmark in quantum) you use the New Bookmark menu item that appears +when right-clicking on the blank space in the Database Bookmarks view.
+
+The data that the form asks of you is:
+
+ +
+Other examples (only as orientation, your particular data may be +different)
+
+For MySql (in Windows):
+
Connect: jdbc:mysql://localhost/test
Driver: com.mysql.jdbc.Driver
Driver Filename: C:\mysql\jdbc\mysql-connector-java-2.0.4-bin.jar

For PostgreSql (in Linux):

Connect: jdbc:postgresql://localhost/emsdevel
Driver: org.postgresql.Driver
driver filename: /opt/postgresql/share/java/postgresql.jar


+
+ +