VB6 ADO application can't show data in runtime environment 
Author Message
 VB6 ADO application can't show data in runtime environment

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



Thu, 19 Jul 2001 03:00:00 GMT  
 VB6 ADO application can't show data in runtime environment
Someone wrote as an answer to a similar problem that ADO
should be loaded on each machine.
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




Thu, 19 Jul 2001 03:00:00 GMT  
 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




Fri, 20 Jul 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. VB6: application in runtime environment with error on loading form: ado cannot load object

2. 'Canned' data in VB program

3. How can I show the Data Link Properties Dialog in VB6 Runtime Mode

4. Can't view SQL Server 2000 tables in VB6 Data Environment

5. ADO and the Data Environment (VB6 EE)

6. Can't view SQL Server 2000 tables in VB6 Data Environment

7. VB6 ADO Data Environment Bug or not

8. Can't view SQL Server 2000 tables in VB6 Data Environment

9. VB6 ADO Access97 and data environments

10. Can't view SQL Server 2000 tables in VB6 Data Environment

11. Can't view SQL Server 2000 tables in VB6 Data Environment

12. VB6 ADO Access 97 and Data Environments

 

 
Powered by phpBB® Forum Software