Hi,
We have installed the 64-bit relativity (ver 12.10.2015.304) driver on our Windows 2012 R2 machine running SQL Server 2012.
In SQL Server, we have linked to the DB using the MSASQL provider and while working we are having problems where numeric fields are being truncated. As an example, the following query returns 14.00 where the result should be 14.45
select *
FROM
OPENQUERY(test, '
select orderno, LineNo, str(UnitCost )
from oslines
where orderno = ''H21234''
and LineNo = 1
')
The same driver works great in SSIS so I know the ODBC is ok, it's just the SQL Server. I'm hoping its simply a configuration issue but I've fiddled with the available settings I could find to no advantage. I'd be grateful if anyone had any tips!
Thanks,
Scott
#relativityodbcsqlserver




