Hello everyone


i have started to do a project. I have a form with a ado control on it. i have connected it through string connection. Now the problem that i have is that once the form is executed, and when i start to enter any field suppose "name". Moment i enter the name and move on to the next field the text that i have entered vanishes. similarly with all the field.The fields are all bound. This problem is getting solved only when i make the "cause validation" to false.

tell me what to do?

thanks

Hi, I think there is no record and you have not called ADODC.RecordSet.AddNew method to Add new record.

Call Adodc.RecordSet.AddNew() method before enter any value to the text box

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.