Syntax Error in Insert Statement
Hello to all,
My datatbase has two fields "User" and "Transaction".
I guess these are some keywords in asp.net because every time
I try inserting into these fields i get a syntax error.
"Insert into myTable (User,Transaction) Values(...)"
When I changed the fields to "User1" and "Transaction1", the
Insert statement worked fine.
"Insert into myTable (User1,Transaction1) Values(...)"
Is it possible to somehow make the Insert statement work without having to change the database ?
__________________
-.. -..
|