JKSSSS said:ne machan mama mean kara access database ekak VB ekata connect karahama, mama echchara dan na VB gane...
e.g.
Private Sub cmdupdatec_Click(Index As Integer)
Dim x As Integer
x = MsgBox("Are you sure you want to update the record?", vbQuestion + vbYesNo, "ALERT!")
If x = vbYes Then
rsSC.Edit
txtaddress.Text = rsSC("Customer Address")
txtemail.Text = rsSC("Customer E-mail Address")
rsSC.Update
MsgBox "Record edited successfully!"
End If
End Sub
meka msdn error eka enne rsSC. command ehekata passe..
project menu > references > microsoft activeX data objects 2.8 library
eka tick karalada balanna

