PDA

Click to See Complete Forum and Search --> : Data binding error....pls help


Rohan_Powle
May 14th, 2000, 05:44 PM
Hi Friend,
I am loading a child form based upon the masters primary key..

I am passing a Sql statement for doing this...

adodc1.commandtype = adunknown
adodc1.recordsource = "select * from childtable where child_fk='mastertable_pk'"
adodc1.refresh

the child form is loading successfuly but i am getting this error for certain bound fields

Error --> Title : Binding Collection Error
msg : Field not updatable,Bound property name
: Text Field name :<Field name>...

Thankz in Advance.............