![]() |
FlowFact - Entwicklungstools |
![]() |
Function | FldArt_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset |
strWhere: Der WHERE-Teil einer SELECT-Abfrage (ohne WHERE!) strOderBy: Der ORDER BY-Teil einer SELECT-Abfrage (ohne ORDER BY!) Rückgabewert: Datensatz der Feldart Public Function FldArt_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset Set FldArt_Find = m_oBase.Sql_Find("FldArt", strWhere, strOderBy) End Function |