![]() |
FlowFact - Entwicklungstools |
![]() |
Function | OBJ_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset |
strWhere: Der WHERE-Teil einer SELECT-Abfrage z.B. intern LIKE 'Haus%' strOderBy: Der ORDER BY-Teil einer SELECT-Abfrage z.B. intern,Kennung Rückgabewert: Typ Recordset Public Function OBJ_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset Set OBJ_Find = m_oBase.Sql_Find("OBJ", strWhere, strOderBy) End Function |