
record is added to db but the data in the text boxes isn't
I reloaded the VB3 project into VB4 and I noticed that the MS DAO 2.5
Object Library wasn't required by any of the code or data controls I
have in the project. Do I need to do something to unglue the VB3
database connection and to hook up to this DAO 2.5 object library.
When I opened the project in VB4, VB4 asked if it could update the
VBX pieces (I answered yes) then VB4 wanted to know If I wanted to
upgrade the database controls (I also answered yes.)
What I am considering a symptom of the problem is that if I tried to
uncheck the MS DAO 2.5 in the Tools.Reference dialog VB does nothing.
But if I try to uncheck the grid VB4 complains that I am reference the
.dll somewhere. I am expecting the same behavior with unchecking the
DAO 2.5. Does anyone know what is going on?
TIA
Max
Max