Hello
whats the problem with string
string SQL = "DELETE FROM Fakture WHERE CommentID = '" + brID + "')";
With this string i want delete last row in mdb table.
This is syntax error but i cant find ???
thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Oct 21, 2014, 11:45 AM
Also, if brID is an integer column rather than a varchar, you won't want the surrounding quotes either.