Bug #2003 VB databind program
Submitted: 3 Dec 2003 8:23 Modified: 3 Dec 2003 14:35
Reporter: Jonathan Lin Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / ODBC Severity:S2 (Serious)
Version:3.51 OS:Windows (Windows)
Assigned to: Dean Ellis CPU Architecture:Any

[3 Dec 2003 8:23] Jonathan Lin
Description:
I'm develop a program use VB+ADO 2.6 with MyODBC 3.51, when I bind a Field to a TextBox, if I delete exist data in the TextBox or delete and retype new date into the TextBox the Recordset's "EditMode" property return an "adEditInProgress", it's correct; but, if I append data after exit date (Ex. 111 --> 111222) the "EditMode" property return an "adEditNone", WHY?

How to repeat:
[3 Dec 2003 14:35] Dean Ellis
I have tested data binding with MDAC 2.6-2.8 and MyODBC 3.51 and it reports EditMode correctly in all circumstances.  This sounds like either something in your app or possibly a problem with whatever you are binding the controls to.

If you can provide a specific test application I will be happy to test it again, but for now it does not sound like a MyODBC bug.

Thank you.