Feedback
Did this article resolve your question/issue?

   

Article

Inconsistent behavior by MySQL Wire Protocol driver, returning the scale of 0 for DateTime field but returns the scale with select query.

Information

 
TitleInconsistent behavior by MySQL Wire Protocol driver, returning the scale of 0 for DateTime field but returns the scale with select query.
URL NameInconsistent-behavior-by-MySQL-Wire-Protocol-driver-returning-the-scale-of-0-for-DateTime-field-but-returns-the-scale-with-select-query
Article Number000182236
EnvironmentProduct: Connect/Connect64 for ODBC MySQL Driver
Version: 7.1.5
OS: All supported Platforms
Database: MySQL
Application: all supported applications
Question/Problem Description
Connect for ODBC MySQL wire protocol driver is inconsistent returning the scale of 0 for DateTime field at the same time the scale is returned with select query.
Steps to ReproduceConnect to MySQL v5.6 using using Connect for ODBC MySLQ Wire Protocol Driver

CREATE TABLE t_datetime (createddate DATETIME(4) NULL)
INSERT INTO t_datetime VALUES('2014-09-08 17:51:04.777')
select * from t_datetime

Select will return the datatime fractional value, but SQLColumns or SQLDescribeCol returns the SCALE (DECIMAL_DIGITS) as 0 'zero'
Clarifying Information
Error Message
Defect NumberDefect: 29108, 46583
Enhancement Number
Cause
Resolution
Fixed in hotfix 07.16.0183 (B0310, U0206) 
Refer to "Connect and Connect64 for ODBC hot fix download and install instructions” for instructions on how to download and install the hot fix.
Workaround
Notes
Last Modified Date9/6/2016 2:04 PM
Files
Disclaimer The origins of the information on this site may be internal or external to Progress Software Corporation (“Progress”). Progress Software Corporation makes all reasonable efforts to verify this information. However, the information provided is for your information only. Progress Software Corporation makes no explicit or implied claims to the validity of this information.

Any sample code provided on this site is not supported under any Progress support program or service. The sample code is provided on an "AS IS" basis. Progress makes no warranties, express or implied, and disclaims all implied warranties including, without limitation, the implied warranties of merchantability or of fitness for a particular purpose. The entire risk arising out of the use or performance of the sample code is borne by the user. In no event shall Progress, its employees, or anyone else involved in the creation, production, or delivery of the code be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or other pecuniary loss) arising out of the use of or inability to use the sample code, even if Progress has been advised of the possibility of such damages.