Hello to everybody,
I've spent almost 2 weeks to build an application in Visual Basic 6 and I use adodc to connect through DSN to a mysql server. All controls (Data Combo, DataGrid and DataList) bounded to those adodc controls works fine on computers that have Visual Studio installed on. When I've tried to test the exe builded with vb6 on other computers that don't have visual studio installed on all the controls doesn't have any records retrieved from mysql server.
I've registered all activeX used in project but still the same problem. The forms are loaded succesfully but the controls are empty.
Where is the problem? What I've forgot?
Thanks!