I believe your delete syntax is incorrect.
Not sure how it even deleted the one record.
Should be :
(You forgot the FROM)
"DELETE from Articol WHERE Serial = @Serial"
And, oh yeah, I'm assuming the table name is Articol.
The syntax of delete is
delete from <table-name> where