Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO w/ MYSQL - Bound controls not updating db

Status
Not open for further replies.

BrendanK

Programmer
Jun 24, 2001
11
NZ
Hi there,

hope someone can help me.

I'm building a VB app which interfaces with a MYSQL Db using ADO... So far things have been sweet - I've had good speeds and for reading data, the functionality through ODBC has been fine.

One form in my app however has a bunch of controls bound to an ADO data control. I found that if I changed the value of a field then unloaded the form, the control would not save the data, so I had to force an .update before exiting.

I now have a really funny glitch, where my textboxes wont change the database unless you delete the contents first then type the new value.

??? help!!

Cheers

Brendan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top