Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
VB.NET, error on SQL Update
Name: mking (by mkingrey) Date: August 29, 2005 at 08:32:09 Pacific OS: xp CPU/Ram: xp
Comment:
When I try to update a row in a database I get an error. I think the problem is either with the SQL statement or the fact that I'm using the .ExecuteNonQuery method with the Update statement. Does anyone have any suggestions why this doesn't work?
Dim varStatement As String = "UPDATE Employee2 SET SelectEmp =" & EmployeeName & " WHERE ID =" & MaxID Dim myCommand As New OleDbCommand(varStatement, dbConnection) myCommand.Connection.Open() myCommand.ExecuteNonQuery() dbConnection.Close()
Summary: Hi, Can anyone help me with advice regarding buying good VB.NET book(s) that show you how to program for SQL Server. Please let me know. Thank You Chaim Bochner ...
Summary: when compiling projects in vb.net giving a error "Arithmatic overfloe & underflow".also having some probles using fonts in vb.net. can anyone give any solutions to these matters ...