ratlewhisk 0 Newbie Poster

HI,

Im using the components as below
1. msaccess db
2. vb 2008
3. dataset
4.bindingsource
5.tableadapter.

the forl has one combobox
one text box and one command button

when i click the button the insert command will work and update the dataset with the data in the textbox, which can be then viewed in the combobox.
but the problem is the db is not getting updated with that data and no errors.

ive used the following commands
me.malldb2updatetableadpter.update(textbox1.text,"test","test",222,"test")
me.malldb2updatetableadapter.fill(me.malldbrundataset,malldb2update)
me.malldbrundataset.malldb2update.acceptchanges()
please help

ren

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.