![]() |
FlowFact - Entwicklungstools |
![]() |
Function | ANF_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. Manuell,Kennung Rückgabewert: Typ Recordset Public Function ANF_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset Set ANF_Find = m_oBase.Sql_Find("ANF", strWhere, strOderBy) End Function |