Welcome to MSDN Blogs Sign in | Join | Help

August 2006 - Posts

Retrieving Date/Time/Timestamp objects using JDBC

Finally, we can talk about how Microsoft SQL Server 2005 JDBC driver handles Calendar objects and temporal values. Data retrieval seems like a good enough point to start. You can use ResultSet and CallableStatement getDate/getTime/getTimestamp methods
Posted by Yesim | 2 Comments

Comparing java.sql.Date values

Before we move onto how Microsoft SQL Server 2005 JDBC driver handles Calendar arguments, let's take a look at Date, Time and Timestamp objects to make sure we are on the same page. Date, Time and Timestamp are the three temporal classes contained in
Posted by Yesim | 1 Comments

Understanding Java Calendar Object

This is the first of a series of posts I will dedicate to Calendar object in Java and how it interacts with JDBC API. Before moving onto JDBC API let's make sure we get the Calendar basics right. Java.util package contains 4 temporal classes: Calendar,
Posted by Yesim | 0 Comments
 
Page view tracker