Forum: VB.NET Oct 15th, 2009 |
| Replies: 28 Views: 1,140 i think there are extra inverted commas at the end of the update statement |
Forum: VB.NET Oct 15th, 2009 |
| Replies: 1 Views: 393 hello every1,
am unable to edit data in a data table and save it to the data base.
this is my code
this is to fill the data table
m_ContentsDataAdapter = New OleDb.OleDbDataAdapter("Select... |
Forum: VB.NET Sep 27th, 2009 |
| Replies: 18 Views: 602 this is the code
m_DataAdapter = New OleDb.OleDbDataAdapter("Select * from [Base Colours]", oledbcon)
m_DataAdapter.Fill(m_DataTable)
m_CommandBuilder = New... |
Forum: VB.NET Sep 24th, 2009 |
| Replies: 12 Views: 734 the error that i get is
"syntax error in update statement"
with the title..."oledb exception was unhandled"
i am using access 2007 and visual studio 2005
sorry for late reply... |
Forum: VB.NET Sep 20th, 2009 |
| Replies: 12 Views: 734 this is my code
If Me.txtOldPassword.Text = pwd Then
Dim oledbcom1 As New OleDb.OleDbCommand
oledbcom1.CommandText = "Update login Set password = ?"
... |
Forum: VB.NET Sep 6th, 2009 |
| Replies: 4 Views: 336 on button click event
me.close()
frmnewform.show() |
Forum: VB.NET Aug 11th, 2009 |
| Replies: 6 Views: 472 lstData.items.add(datatable.rows("column name")(row).tostring) |
Forum: VB.NET Aug 3rd, 2009 |
| Replies: 9 Views: 505 |