Ich habe es so gelöst:

Schnippsel:

        i=0
        While (oResultSet.next)
                
                <Irgendetwas tun, z.B. Array füllen>

                i=i+1
        Wend
        
        If i=0 Then
                MsgBox "Nichts gefunden"
        End If

Gruß
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Antwort per Email an