|
|
От: |
nant
|
|
| Дата: | 28.10.03 14:00 | ||
| Оценка: | 4 (1) | ||
//<skipped/>
try {
ps.setTimestamp(1, new java.sql.Timestamp (date.getTime()));
ps.executeUpdate();
} catch (SQLException e) {
e.printStackTrace();
}
//<skipped/>