Mischamel
Well-known member
An unhandled exception of type System.NullReferenceException occurred in commandbuilder (projectname).exe. Additional information: Value null was found where an instance of an object was required.
Code :
im INSERTCommand As New OleDbCommand(SQLStr, OleDbConnection1)
In another Sub I declared a Command, too and it works. What
Code :
im INSERTCommand As New OleDbCommand(SQLStr, OleDbConnection1)
In another Sub I declared a Command, too and it works. What