Dear Friends
I have an VB6 application with has a DataGrid Control and ADODC Control which is datasource for Datagrid control.
Adodc control loads some records in the datagrid at the load time.
I packed the application and made an executable. This executable runs fine on the computers which have
VB installed on them and loads the records in datagrid at load time as supposed.
If I try running same executable on the computer which donnt have
VB installed, the records didnt get loaded in the datagrid at load time but other parts application runs fine.
What I understand is that some file/s are missing on the computers which dont have
VB installed on it. I tried coping all .OCX files into the WINNT/system32 folder but it didnt helps.
It will be great if someone let me know, which files are needed for getting Adodc Ctrl and DataGrid Ctrl work on the computers which dont have
VB installon them.
Thanks
Nav