I'm trying to log data to NI generic recordset on MySQL 5 server via DSN. MySQL connector/ODBC driver version is 3.51. TestStand version is 3.5, runnin in Win XP.
Sometimes I receive the following error:
---
An error occurred calling 'LogResults' in 'ITSDBLog' of 'DBLog 1.0 Type Library'
An error occurred executing a statement.
Schema: Generic Recordset (NI).
Statement: UUT_RESULT.
ODBC driver does not support the requested properties.
Description: ODBC driver does not support the requested properties.
Number: -2147217887
NativeError: 0
SQLState:
Reported by: Microsoft OLE DB Provider for ODBC Drivers
Source: TSDBLog
---
The worst thing is that sometimes everything seem to be ok but no data is logged to database! This case is very confusing, the logging has been successfull before and I've not been able to trace this.
I'd appreciate Your help a lot.