Sign In
From a JDBC Developer at Microsoft
Random
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
JDBC and 1.5VM
JDBC Release Info
Archive
Archives
October 2007
(2)
August 2006
(3)
July 2006
(1)
June 2006
(3)
August, 2006
MSDN Blogs
>
From a JDBC Developer at Microsoft
>
August, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
From a JDBC Developer at Microsoft
Retrieving Date/Time/Timestamp objects using JDBC
Posted
over 6 years ago
by
Yesim
2
Comments
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...
From a JDBC Developer at Microsoft
Comparing java.sql.Date values
Posted
over 6 years ago
by
Yesim
1
Comments
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...
From a JDBC Developer at Microsoft
Understanding Java Calendar Object
Posted
over 6 years ago
by
Yesim
0
Comments
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...
Page 1 of 1 (3 items)