RODBC loses time values of datetime when result set is large

后端 未结 8 1918

So this is VERY strange. RODBC seems to drop the time portion of DateTime SQL columns if the result set is large enough. (The queries are running against an SQL S

8条回答
  •  隐瞒了意图╮
    2020-12-14 21:55

    It may be a daylight saving issue. If there is a time that doesnt exist in your timezone (because of daylight saving) it may cause something like this.

提交回复
热议问题