Skip to content

An app good for managing your documents and articles. Requires Microsoft Access as its Database!

Notifications You must be signed in to change notification settings

cryp2knight/article-document-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

article-document-management

An app good for managing your documents and articles.

Requirements

  1. Java 8
  2. MS Access Database

How to Run

Change the directory in the ams_project/src/Database.java file

private String filedir = "C:\\Users\\Dell\\Documents\\Images\\"; //create a directory to where image files will be saved
private String HTMLdir = "C:\\Users\\Dell\\Desktop\\external\\"; //the directory of external html files
private String connString = "jdbc:ucanaccess://C:\\Users\\Dell\\Documents\\OOPdb.accdb"; //directory of the ms database file
 

Snippets

Releases

No releases published

Packages

No packages published