12-14-2017 04:50 AM - edited 12-14-2017 05:00 AM
Hi everyone,
I have a problem between LabVIEW and MySQL connection. Simply program works on a Windows server 2012 R2 with lots RAM, CPU and HDD. I'm currently using LabVIEW 2016 16.0f5.
To give more details generally program works fine. But, sometimes DB connector(ODBC) gives "ADO Error: 0x80004005 Exception occurred in Microsoft OLE DB Provider for ODBC Drivers: Specified driver could not be loaded due to system error 8: Not enough storage is available to process this command."
Error message
I have tried lots of things. For example, increasing RAM, HDD capacity, some query settings on MySQL, while loop for deleting errors and trying again.
12-14-2017 08:15 AM
Did you maybe try this solution?
12-18-2017 01:14 AM
I have already tried this solution but, it isn't solved my problem.