Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

RecordSets vergleichen???

Empfohlene Antworten

Veröffentlicht

Hi @ All,

ich hab mal ne kurze frage, besteht die Möglichkeit zwei recordsets miteinander zu vergleichen?

Und wenn ja wie geht das?

Thx für eure Tipps...

:)

Ja klar geht das :D es komm nur darauf an wie du das machen willst.

Du kannst das Recordset direkt vergleichen:

if Recordset1 = Recordset2 then

Blaaaaa

endif

oder Felderweise

dim gleich as boolean

for i = 0 to Felder

if Recordset1(i) <> Recordset2(i) then

gleich = false

endif

next

und wenn du das ganze vergleichen willst, kannst du einfach sowas machen:

while Recordset1.EOF = FALSE and Recordset2.EOF = FALSE

if Recordset1 <> Recordset2 then

gleich = FALSE

endif

wend

Also so würd ich das einfach mal ausprobieren, ob der direkte vergleich geht so wie in 2 Beispielen von mir weiß ich nicht habs nur mal so gedacht aber das Felderweise müsste 100%ig klappen :D

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.