# Program: jddDBAccess # Version: 1.1 Demo, Javadabado takes no responsibility in miss-use or failed functions relative to this demo version. # Description: This program connects to local or remote database by specifying driver and URL. When connected it downloads database information as tables and stored queries, that may be selected from menu. # Connection: Driver: specify the driver to use for your database es. ids.sql.IDSDriver, note a driver like this need to be downloaded separately see www.javasoft.com/products/jdbc for available drivers. After download you need to set the correct classpath in the autoexec.bat,restart your PC and initiate the ev server. es. to use the IDSDriver the classpath would be SET CLASSPATH=C:\....\jdk12drv.zip; URL: specify the url to your database according to driver specifications. es. jdbc:rmi://localHost/jdbc:odbc:Example_DB Note: To use the DSN on windows you must set it by using the ODBC control in the control panel. # Search: When connection to database has been established you will find the database information in file menu. Selecting es. a table will automatically fill the sql text area and execute the query. You may also specify manually an sql query that will be execute when pressing the Execute SQL button. # Edit Not available in demo version, note to edit database you need to manually specify the sql es INSERT .... # Copyright This program is Copyright (c) 2002 Javadabado snc. All Rights Reserved. For information visit www.javadabado.com or contact info@javadabado.com