This also did not work ...
    
    
    method getresultThree(self: ResultEngine, connectionEngine: 
ConnectionEngine): SQLResults {.base.} =
        let results = connectionEngine.connection.dbq("SELECT * FROM 
dbo.DimContract WHERE EffectivePeriod >= ?value1", [("value1", 201906)])
        return results
    
    
    Run

/src/NimProject/magiclib.nim(35, 46) template/generic instantiation of `dbq` 
from here|   
---|---  
/src/NimProject/odbc.nim(239, 17) Error: undeclared identifier: 'con'| 

Reply via email to