Hi team
I am trying to bing a datagrid to an ADODC with the code below.
It works fine in the IDE but won't work on client machine. I get an error "Cannot initialize data bindings"VB Code:
adoStoreCodes.ConnectionString = PU.PradaUtilityDBConnection adoStoreCodes.RecordSource = "SELECT BondNo, LocationID FROM LocationsDetail" adoStoreCodes.Refresh Set dgdStoreCodes.DataSource = adoStoreCodes dgdStoreCodes.Rebind
Is there something I need to distribute with the app?
Anny other ideas?
Thanks FW


Reply With Quote