FIX: Engine Does Not Handle Intl Dates in Localized VersionID: q223318
|
All localized versions of SQL 7.0 that do not have the US format for dates will not accept the date format of YYYY-MM-DD in which the timestamp is being sent back within the SQL statement.
This was caused by the Repository engine trying to update the IVersionAdminInfo::ModifiedDate property.
Additionally, this does not occur using either the "yyyy/mm/dd" or "mm/dd/yy" date formats against an SQL Server 6.5 Service Pack 1 or 2 installed.
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
This bug was corrected in Visual Studio 6.0 Service Pack 3.
For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:
Q194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why
Q194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed
The client software listed below has demonstrated different behaviors when working against localized versions of SQL Server 7.0
The Microsoft Repository Behavior:
Solution:exec r_iRTblVersionAdminInfo
@IntID=0x1C00000074726148,
@Z_BranchID_Z=0,@Z_VS_Z=0,
@VersionCreateTime='1998-11-18 12:31:55.0',
@VersionModifyTime='1998-11-18 12:31:55.0',
@CreateByUser='starlite',
@ModifyByUser='starlite'
To search for a component in Visual Component Manager by date published, you must enter dates using four-digit years or in m/d/y format regardless of the date format setting of the SQL Server."[Microsoft][ODBC SQL Server Driver][SQL Server]The select list for the INSERT statement contains fewer items than the insert list. The number of SELECT values must match the number of INSERT columns."
Additional query words:
Keywords : kbRepository kbVS600sp3fix
Version : WINDOWS:2.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: June 1, 1999