i have a problem
i'm trying to get a statement and i need to be able to compare a date. here the example of my code:
String query = "SELECT * from EVENT WHERE event_date > \'" + eventDate + "\'";
it compiles but does not run... not that eventDate is a String and event_date is a date in MS Access. can anyone help? it's urgent!!
i'm trying to get a statement and i need to be able to compare a date. here the example of my code:
String query = "SELECT * from EVENT WHERE event_date > \'" + eventDate + "\'";
it compiles but does not run... not that eventDate is a String and event_date is a date in MS Access. can anyone help? it's urgent!!