Project

General

Profile

« Previous | Next » 

Revision 28

Added by Matt Jones about 24 years ago

Finished modifications to DBSimpleQuery.java to allow simple, free text searching on element and attribute content

View differences:

Makefile
47 47
	java -cp $(CPATH) DBReader 31 $(USER) $(PW) 
48 48

  
49 49
qtest:
50
	java -cp $(CPATH) DBSimpleQuery \'Value1\' $(USER) $(PW) 
50
	java -cp $(CPATH) DBSimpleQuery Value1 $(USER) $(PW) 
51 51

  
52
qtest1:
53
	java -cp $(CPATH) DBSimpleQuery lakename $(USER) $(PW) 
54

  
52 55
clean:
53 56
	-rm -f *.class Log

Also available in: Unified diff