Curs = SQL1.ExecQuery("SELECT * FROM table WHERE col1 = 'xxx', col2 = 'yyy' usw.")
If Curs.RowCount > 0 Then
' Eintrag existiert schon
Else
' Eintrag existiert nicht
End If
eine eindeutige ID wäre allerdings von Vorteil. Was machst Du, wenn
in der Datenbank zweimal ein Hubert Müller vorhanden ist und Du einen
Eintrag von beiden löschen oder ändern möchtest?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.