FlowFact - Entwicklungstools

zurück

Function - VERTRAEGE_Find

^ Seitenanfang

Verträge suchen


  Function VERTRAEGE_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset  
 


strWhere: Der WHERE-Teil einer SELECT-Abfrage z.B. Notiz LIKE '%Köln%'
strOderBy: Der ORDER BY-Teil einer SELECT-Abfrage z.B. Intern,Kennung
Rückgabewert: Typ Recordset


Public Function VERTRAEGE_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset
    Set VERTRAEGE_Find = m_oBase.Sql_Find("VERTRÄGE", strWhere, strOderBy)
End Function