I\'m currently writing a Java Swing application that reads data in from a MYOB database file and displays certain information in a table. I\'ve been able to successfully gen
It looks like you need to express dates in this format:
select * from table where datefield between '2006-10-01' and '2006-11-30'
Look here also, do not forget that google is your friend! :)