![]() |
FlowFact - Entwicklungstools |
![]() |
Function | PROJEKTE_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 PROJEKTE_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset Set PROJEKTE_Find = m_oBase.Sql_Find("Projekte", strWhere, strOderBy) End Function |