
120 CHAPTER 3
PCDSQL
Public oNRSQL As New PCDSQL
Public nNumRows As Long
Public nNumCols As Long
Public nRowsViewed As Long
Private Sub cbCancel_Click()
Dim nResult As Long
'Tidy up by releasing the result set.
sNRDST = ""
nResult = oNRSQL.ReleaseResults()
'Close this form.
Unload NextRowForm
Komentáře k této Příručce