Hi,
I have an peculiar problem. I have created an activex server in cvi 7.0 which access some data in an MySql database (using the libMySql library rather than odbc while there you can bind all columns to one string without specifying column types etc.)
The activex server works just fine (fetches data from db correctly etc) when used stand alone (without controller). But when I want to control it from another cvi controller program, It crashes when it tries to access data in the db. If I comment out the db data access, it does not crash.
Has anybody encountered the same problem? Any suggestions that may help me over the hill?
best regards
Kurt