Using a text editor, open the file created in Step 1 and enter the connection details required by the database.
Examples:
For UcanAccess for Microsoft Access database, enter these details:
url=jdbc:ucanaccess:// <Path to the .mdb>
url=jdbc:ucana ccess://C: \designs \library \Test DB.mdb
For MSSQL Server, enter these details:
url=jdbc:sqlserver://
[Properties]
charSet=UTF-8
databaseName= <DATABASENAME>
serverName= <SERVERNAME>
integratedSecurity=false
user= <USERNAME>password= <PASSWORD>