Releases for SQL XOP

SQL XOP IGOR.6.03.x-1.00-B02

in
Downloaded 11 times
Download: SQL_XOP_100B02.zip
Size: 458.7 KB
md5_file hash: b6114b4b3f2dc0a13052f4f1275f1254
First released: September 8, 2008 - 14:45

Beta release. This is the same as what will ship with Igor Pro 6.10B01 so if you have that or later, you already have the necessary files.

Changes in this release:

Changed the default behavior of /PWAV and /PVAR to treat a NaN value as a NULL value. This was done because neither MySQL or MS SQL Server handle NaNs well. MySQL treats NaN as zero. MS SQL Server returns an error: "not a valid instance of data type". You can override this, to treat a NaN as a NaN, by specifying /OPTS=2.

Fixed a crash that occurred if the server returned SQL_SUCCESS_ WITH_INFO instead of SQL_SUCCESS when fetching data into waves.

Fixed SQLHighLevelOp to treat SQL_SUCCESS_WITH_INFO as a success rather than a failure.

Added a workaround for Actual Technologies driver which does not support SQL_ATTR_ROWS_FETCHED_PTR. However Actual Technologies says they will add support for it in the near future.

SQL XOP IGOR.6.00.x-1.0-beta-1

in
Downloaded 63 times
Download: SQL_XOP_100B01.zip
Size: 489.65 KB
md5_file hash: 4a9728fb03c399fe46f3ff950592c623
First released: April 23, 2008 - 13:29

Initial beta release.

Back to top