We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a92168b commit bf0a70fCopy full SHA for bf0a70f
testing/ClassModules/SQLTestRecordset.cls
@@ -27,3 +27,11 @@ Public Function iSQLRecordset_GetValue(MyFieldname)
27
iSQLRecordset_GetValue = sQuery
28
End Function
29
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