Re: Question on MySQL, MyODBC & VC++

2003-03-24 Thread Martin Gainty
Terry- Personally I cant do much until I can see the stack trace, local variables and any diagnostics from your try/catch.. Regards, -Martin > > Hello Everybody, > I install MySQL in my W2K server and MyODBC also. I created a new > database named "Log" and tried to connect from my project in

Question on MySQL, MyODBC & VC++

2003-03-24 Thread Terrance Win
Hello Everybody, I install MySQL in my W2K server and MyODBC also. I created a new database named "Log" and tried to connect from my project in VC++ via MyODBC. But my program get a runtime error when it try to open the database. I used CRecordset class to open it. Then I tried to open My