Skip to content

SQLDatabase — non-existent method (OpenwsRecordset) #61

Description

@Ben-Gonzalez-97

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, cnt

Expected

rst.OpenRecordset sSQL, cnt

Steps to Reproduce

  1. Call SQLDatabase.Execute with any query using a real iSQLRecordset implementation.

Actual

  • Compile/runtime error: member not found.

Proposed Fix

  • Replace OpenwsRecordset with OpenRecordset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions