Wallegator
Programmer
I have a VB application that is linking to an SQL table via adodc1. The SQL table has one record in it and one field. I want to change its value. I make the change and close the form. When I reopen the value has not changed. I've tried adodc1.Recordset.UpdateBatch on both the Change and Lost Focus properties of the control. No luck.
Any clue what I am doing wrong? Thank you in advance.
Any clue what I am doing wrong? Thank you in advance.