Hi,
I am a newbie to mysql++. I have successfully compiled the mysql++ lib
under the environment of visual studio 2005. And then I tried to
compile and execute the examples to make sure the lib is working
correctly. However, I met a problem when it executed to: query <<
"select * from stock"; in "custom1.cpp". The program generates an
exception "Unhandled exception at 0x7c3a8d3f (msvcp71.dll) in
custom1.exe: 0xC0000005: Access violation writing location
0x0040e308.". Could anyone help me to handle this problem?
Yu Sheng