
VB6 ADO application can't show data in runtime environment
I have installed an ado system on several different PCs. I got the following
message from the package maker.
If you will be installing this package on a Windows 95/98 system, it will
require DCOM98 to install properly.
Quote:
>Hi,
>I've come across a stange problem when developing a VB6 application
>which is a normal ADO-based database application. After finishing a
>project, I built & compiled it to generate a .exe file (This .exe file
>can br run perfectly normal on the development machine.)
>Then I used "Package & Deployment Wizard" to generate setup program.
>After that, I installed it in another machine and try to run the
>program. The forms looked OK. But all the bound text fields/grids could
>not show the corresponding data. What's more, the ADO data control could
>read the number of records in the database. It seems that text
>fields/grids could not bind to the ADO data control. During the run-time
>process, NO error messages were received, just a blank form.
>Your advice/help will be much appreciated!
>Tks & rgds,
>Tom Lee