![]() |
FlowFact - Entwicklungstools |
![]() |
Function | AD_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset |
strWhere: Der WHERE-Teil einer SELECT-Abfrage z.B. Ort = 'Köln' strOderBy: Der ORDER BY-Teil einer SELECT-Abfrage z.B. Ort,Straße Rückgabewert: Typ Recordset Public Function AD_Find(ByVal strWhere As String, Optional ByVal strOderBy As String = "") As ADODB.Recordset Set AD_Find = m_oBase.Sql_Find("AD", strWhere, strOderBy) End Function |