Hello
I am trying to update a Int field in a SQL database.
so far this is what i have
SQL.ExecnonQuery2("UPDATE TableName SET IntField = ?",Array As Int(NewValue))
Any help?
Many Thanks
I am trying to update a Int field in a SQL database.
so far this is what i have
SQL.ExecnonQuery2("UPDATE TableName SET IntField = ?",Array As Int(NewValue))
Any help?
Many Thanks