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

Delete stored procedure vb6

$
0
0
On my vb6 project, I used res = cmd("result")

res = cmd("result")
If res = 1 Then
MsgBox "Data updated", vbInformation
End If

to check if the record is successfully updated on the database. but how can I do this on delete query?

I tried using not rs.bof and rs.eof but it gives me error (OPERATION IS NOT ALLOWED WHEN THE OBJECT IS CLOSED)

Viewing all articles
Browse latest Browse all 21372

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>