![]() |
FlowFact - Entwicklungstools |
![]() |
Function | EMSK_FindByDSN(ByVal strDsn As String) As ADODB.Recordset |
strDsn: Name der Eingabehilfe Rückgabewert: Datensatz der Eingabehilfe Public Function EMSK_FindByDSN(ByVal strDsn As String) As ADODB.Recordset Set EMSK_FindByDSN = m_oBase.Sql_FindByDSN("EMSK", strDsn) End Function |