I have a database on PostgreSQL 9.3 that I am accessing using psqlodbc version 9.03.04.00 on a couple of different Windows machines. I have some bigint fields that are truncated on only one of the machines. I have called both of their odbc setups up and compared them screen by screen a few times and they are setup the same. A value that is stored in the database is: -40581311272 This value is read correctly on two of the machines, but is returned as -405813112 on the third. I have tried different options for int8 on that installation and none returns the full value. Does anyone have an idea as to what the issue might be here?
Tony Sullivan wrote: > I have a database on PostgreSQL 9.3 that I am accessing using psqlodbc > version 9.03.04.00 Bugfixes in the ODBC driver are not backported to any earlier versions, and newer drivers are compatible with older servers. So please check if you have the same problem with the latest version of the ODBC driver. Regards, Clemens
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера