thatoneguy
01-09-2008, 06:52 PM
I'm trying to run my old:
http://forums.cgsociety.org/showthread.php?f=98&t=384588
MySQL code for a complete pipeline automatic suite I'm starting but it's crashing on the
recordSet.Open "SELECT * from TestTable" TestConn
Any ideas on what might be causing that? It seems to be in a loop of some sort. But I don't know why that would be.
Edit3:
Hmmm it would seem that it's inside the ODBC driver. I'm on XP64 and I think it might be trying to return data from the x64 driver inside of max 32bit... causing unexpected crashiness.
http://forums.cgsociety.org/showthread.php?f=98&t=384588
MySQL code for a complete pipeline automatic suite I'm starting but it's crashing on the
recordSet.Open "SELECT * from TestTable" TestConn
Any ideas on what might be causing that? It seems to be in a loop of some sort. But I don't know why that would be.
Edit3:
Hmmm it would seem that it's inside the ODBC driver. I'm on XP64 and I think it might be trying to return data from the x64 driver inside of max 32bit... causing unexpected crashiness.
