Re: MYSQL++: Any ideas why this code causes the program to crash?

2001-06-18 Thread Sinisa Milivojevic
David Ayliffe writes: > I wrote this program in VC++ using the MYSQL++ API for VC. I have a > generic function (below) which I call numerous times each time with a > different query string. It works fine the first time around. But the > second time I call this function it causes the program to

MYSQL++: Any ideas why this code causes the program to crash?

2001-06-17 Thread David Ayliffe
I wrote this program in VC++ using the MYSQL++ API for VC. I have a generic function (below) which I call numerous times each time with a different query string. It works fine the first time around. But the second time I call this function it causes the program to crash. I think it could be th