Using Delphi5 Enterprise, MyDac 3.50.0.19, MySQL 4.0.24-classic-nt-log.
My programs works under win2000, but when I move them to win2003 ome of my select statements fails, but gives me no errormessages.
I have my old designed programmes and my new designed once. The New design works, the old once doesn't.
All the programs are recompiled with the latest MyDac version.
In my new design I have all MyDac code in one base object. For every MySQL table I have, I made an object with my MyDac base object as parent. This works out fine on both win2000 and win2003.
In my old design I just made MySQL statements where I needed them. I have MyConnection1, MyQuery1 and MyQuery2 Components on my WebModule1 page. But for some odd reason, that doesn't work under win2003. But the same compiled version of the program works fine under win2000.
Any ideas as how to trace or even cure the problem?