Database File

Specify the full path of the database file. This can either be a directory or an actual file depending on the database.

For Microsoft Access, specify the path to the actual database file. The database file would usually have the format databasename.mdb.

For SQLite, specify the path to the actual database file. The database file would usually have the format databasename.db.

For HSQLDB, specify the path of the *.script file corresponding to the databse. The database file would usually have the format database_name.script.

For Derby, specify the path of the directory for the database. The directory name would have the same name as the database.

For H2, specify the path of the *.data.db file corresponding to the database. The database file would usually have the format database_name.data.db

For Firebird, specify the full path to the database file. The database file would usually have the format database_name.fdb.

Windows Example:
C:\sample.db

Mac Example:
/Users/user/sample.db