johnkoutstaal
Programmer
Hello VB net users,
We are trying to update a table with a connection object made in vb dot net
ConnMine is an object made in vb net
Dim strSql As String = "update table set number=0;"
Dim cmd As New OleDb.OleDbCommand(strSql, connMine)
connMine.Open()
cmd.ExecuteReader()
The last line gives an error: an unhandled exception of type "system.data.oledb.oledbException" occurred in system.data.dll
Knows someone a solution to update the table??
Regards,
John.
We are trying to update a table with a connection object made in vb dot net
ConnMine is an object made in vb net
Dim strSql As String = "update table set number=0;"
Dim cmd As New OleDb.OleDbCommand(strSql, connMine)
connMine.Open()
cmd.ExecuteReader()
The last line gives an error: an unhandled exception of type "system.data.oledb.oledbException" occurred in system.data.dll
Knows someone a solution to update the table??
Regards,
John.