On refresh I get server date time as milliseconds:
Wednesday, September 14, 2011
Update server date time at user side by JavaScript
On refresh I get server date time as milliseconds:
Tuesday, September 6, 2011
A Java PreparedStatement with a SELECT statement and LIKE clause
For me, the hard part of this example is figuring out how to use wildcard characters with your PreparedStatement parameter. I tried adding it directly to the SQL SELECT statement, then realized I just needed to use the ? character there, and then add the wildcards in the prepStmnt.setString() statement.
Subscribe to:
Posts (Atom)