![]() |
FlowFact - Entwicklungstools |
![]() |
Function | OBJ_FindByDSN(ByVal strDsn As String) As ADODB.Recordset |
strDSN: Datensatznummer des Objektes, das gesucht wird Rückgabewert: Recordset mit allen Feldern der Tabelle OBJ (siehe OBJ_Update und OBJ_New) Public Function OBJ_FindByDSN(ByVal strDsn As String) As ADODB.Recordset Set OBJ_FindByDSN = m_oBase.Sql_FindByDSN("OBJ", strDsn) End Function |