java -cp ./postgresql.jar;./ com.nioto.dbjc.Main sample.properties Enter a password for connection: Choose a query: 0: Quit program 1: select * from premiertour where ville_id=75000 2: Number of towns 3: Select town name enter your choice: 1 Results: ------- no result found Choose a query: 0: Quit program 1: select * from premiertour where ville_id=75000 2: Number of towns 3: Select town name enter your choice: 2 Results: ------- count = 36679 for next, or q to quit: -- Choose a query: 0: Quit program 1: select * from premiertour where ville_id=75000 2: Number of towns 3: Select town name enter your choice: 3 Enter param value for param # 1 ( string ):59650 Results: ------- name = Wattrelos for next, or q to quit:q -- Choose a query: 0: Quit program 1: select * from premiertour where ville_id=75000 2: Number of towns 3: Select town name enter your choice: 0 exiting ...