MS Access


EE Only

To connect to a MS Access SLED database, perform the following steps.

The steps to set up an ODBC connection depends on your operating system. In the following description the procedures in Windows Vista is demonstrated. If you're using a different operating system this steps may vary.

  1. Select Start > Control Panel in the Windows Task bar.
  2. Select ODBC Datasources .
  3. Switch to the System-DSN tab.
  4. Press the Add button.
  5. Select the MS Access driver and press the Finish button.
  6. Enter a description in the Datasource Name filed, e.g. FPM .
  7. Press the Select button.
  8. Switch to your Database location, select the Database file and press the OK button.
  9. Press the OK button in the following to dialog steps.
  10. In Function Point Modeler, switch to the SLED perspective. To do this, select Window > Open perspective > Other ... > SLED from the menu bar.
  11. Click on the New... button in the toolbar of the Connections view.
    New Derby Connection
  12. Select entry Generic JDBC from the list of availables connection profile types.
    Generic Connection Profile
  13. Enter a name for your new connection profile e.g. MS Access .
  14. Enter an optional description for your new connection profile e.g. MS Access@localhost.
  15. Press the Next button
  16. Press the following button to define a new driver definition.
    New Driver Definition
  17. Select the required Generic JDBC driver template from the list of available templates.
    Select Generic Driver
  18. Switch to the JAR List tab.
  19. To add a new correct driver, press the button Add JAR/Zip... and select a valid Java Runtime Library rt.jar .
  20. Switch to the Properties tab.
  21. Correct the entry in the Connection URL, so that it points to your Generic JDBC Database, e.g. jdbc:odbc:FPM . The last part of this URL corresponds to your ODBC Definition Name you've created in the previous steps.
  22. Correct the entry in the Database name field, e.g. FPM .
  23. Select Driver Class and press the button at the end of the field.
  24. Enter sun.jdbc.odbc.JdbcOdbcDriver under Type Class Name and press OK.
    JDBC/ODBC Driver
  25. Enter a valid User ID for your Database.
  26. Press the OK button.
  27. If required, enter a password for your database and press the Test Connection button to validate your settings. If you receive a message like Ping succeeded! you can press the Finish button to confirm your selections.

A new entry with for your SLED MS Access Database will be added to the Connection view.


New Generic Connection Profile