[Sqlrelay-discussion] compilation fix for when compiling with odbc on 64-bit
Brought to you by:
mused
From: Petros M. <ern...@ya...> - 2013-01-18 16:48:43
|
In newer unixODBC releases the SQLROWSETSIZE type has been commented out as 'unsupported' for 64-bit and compilation of sqlrelay fails. In the hope that this does not have any side-effects, the attached patch file changes this to SQLULEN. |