Download Latest Version DNDScrubber.rar (8.1 MB)
Email in envelope

Get an email when there's a new version of DND Scrubber

Home
Name Modified Size InfoDownloads / Week
readme.txt 2014-04-30 485 Bytes
DNDScrubber.rar 2014-04-30 8.1 MB
Totals: 2 Items   8.1 MB 0
This project can be edited using Netbeans.

Back end is Mysql hence one need to install mysql first. 

Table name is dndmaster with a column name "teleno" of varchar(50) type

connection string detail is as :

String url = "jdbc:mysql://localhost:3306/";
String dbName = "dndscrubber";
String driver = "com.mysql.jdbc.Driver";
String userName = "dndscrubber";
String password = "dndscrubber";
Connection conn= DriverManager.getConnection(url + dbName, userName, password);
Source: readme.txt, updated 2014-04-30