Skip to content

Commit

Permalink
Update SQLDatabase.cls
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored Jan 24, 2024
1 parent 8373671 commit da68e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ClassModules/SQLDatabase.cls
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Public Function Execute(oSQL As iSQLQuery, Optional return_column = "")
If return_column <> "" Then
If rst.EOF Then
Execute = False
Else
Else
Execute = rst.GetValue(return_column)
End If
Else
Expand Down

0 comments on commit da68e77

Please sign in to comment.