i'm writing a visual basic front end with ms access as the database. I'm using the OleDb type as the connection. All the other sql commands are working, but I'm having a problem with one.
I'm trying to update, using:
"update <table> set [column1] = [parameter1] where [column2] = [parameter2]"
it's just not doing anything. What is going on?
Thanks for any and all help.
I'm trying to update, using:
"update <table> set [column1] = [parameter1] where [column2] = [parameter2]"
it's just not doing anything. What is going on?
Thanks for any and all help.
Comment