Problems updating to access database

johmolan

Well-known member
Joined
Oct 11, 2008
Messages
129
Programming Experience
Beginner
I have a form with tab-controls and datagrids.

I have 35 tables in my dataase and all of them are connected to a grid on my form. Somehow 27 of theese works great when i use my update command.

Me.Validate()
Me.DtblBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.VBTestDatabaseDataSet)

But 7 of the refuses to be updated,

Anyone who has the same experience or knows what might be the bug?
 
35 tables on one form? Good grief.. That's possibly an overnormalised database, or a crazily designed form..

What do you mean by refuse to be updated?
 
Your question is something like "I have two cars and one of them will go and the other won't. Has anyone had the same problem". You need to be a lot more specific about exactly what you're doing and exactly what happens when you do.
 
Actually I DO have 2 cars and one of them will go and one of them won't. What is the problem plz Mr jmcilhinney dear? Thanks. Vitnu.
 
Back
Top