Skip to content

Commit bf0a70f

Browse files
authored
Update SQLTestRecordset.cls
1 parent a92168b commit bf0a70f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

testing/ClassModules/SQLTestRecordset.cls

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ Public Function iSQLRecordset_GetValue(MyFieldname)
2727
iSQLRecordset_GetValue = sQuery
2828
End Function
2929

30+
Public Function iSQLRecordset_GetRows(num As Integer)
31+
iSQLRecordset_GetRows = num
32+
End Function
33+
34+
Property Get iSQLRecordset_EOF()
35+
iSQLRecordset_EOF = False
36+
End Property
37+

0 commit comments

Comments
 (0)