Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21965

[RESOLVED] how to delete records using delete from clause

$
0
0
how to delete record comparing rs(0)=text1 and rs(1)=text2

Code:

cn.Execute "Delete from table where name =" & txtname & "', surname='" & txtsurname & "'"

Viewing all articles
Browse latest Browse all 21965

Trending Articles