-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
SQLDatabase: replace OpenwsRecordset with OpenRecordset in Execute
- Component:
src/ClassModules/SQLDatabase.cls(around 72–100)
Problem
- Calls a non-existent member on the recordset wrapper.
Snippet (actual)
rst.OpenwsRecordset sSQL, cntExpected
rst.OpenRecordset sSQL, cntSteps to Reproduce
- Call
SQLDatabase.Executewith any query using a realiSQLRecordsetimplementation.
Actual
- Compile/runtime error: member not found.
Proposed Fix
- Replace
OpenwsRecordsetwithOpenRecordset.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working