22Jan05,Data Refresh problem for ADODC/command VB6/SP5 -Access2k,MDAC 2.8

S

Sham Yemul

Hello ,

sorry to post at multiple places, not sure where I will get a solution.

I developed an application in Visual basic 6.0 SP5. The forms have datacombo
uses Ado-dc at some places and command objects of Data Environment at some
places.
Database is in Access2000, MDAC 2.8 installed.

After refresh/re-fill the data don't come-in i.e. don't display latest data
in tables.

I tried several ways and nothing works consistently. for e.g. data list to
refresh data . the data list uses adodc as its row source property.

dtListChildName.Refresh
dtListChildName.ReFill
dtListChildName.Refresh
dtListChildName.ReFill
Also tried where I am using command object of data environment
Set dtListChildName.RowSource = Nothing
Set dtListChildName.RowSource = ChildCare
but this does not refresh data every time.

Any suggestions/solution.

Regards
[Sham]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top