Poradniki ASP

ASP DOM

Samouczek WP

Wprowadzenie do stron internetowych Strony internetowe Brzytwa Układ stron internetowych Foldery stron internetowych Globalne strony internetowe Formularze stron internetowych Obiekty stron internetowych Pliki stron internetowych Bazy danych stron internetowych Pomocnicy stron internetowych Strony internetowe WebGrid Wykresy stron internetowych Adres e-mail stron internetowych Bezpieczeństwo stron internetowych Strony internetowe Opublikuj Przykłady stron internetowych Klasy stron internetowych

Brzytwa ASP.NET

Wprowadzenie do brzytwy Składnia brzytwy Zmienne C# brzytwy Pętle C# brzytwy Razor C# Logika Zmienne VB brzytwy Pętle Razor VB Razor VB Logic

ASP klasyczny

Wprowadzenie do ASP Składnia ASP Zmienne ASP Procedury ASP Warunki korzystania z ASP Zapętlanie ASP Formularze ASP Pliki cookie ASP Sesja ASP Aplikacja ASP ASP #zawiera ASP Global.as ASP AJAX e-mail ASP Przykłady ASP

Odniesienie do ASP

Funkcje ASP VB Słowa kluczowe ASP VB Odpowiedź ASP Zapytanie ASP Aplikacja ASP Sesja ASP Serwer ASP Błąd ASP System plików ASP Strumień tekstowy ASP Dysk ASP Plik ASP Folder ASP Słownik ASP ASP AdRotator Przeglądarka ASP Łączenie treści ASP Rotator treści ASP Szybkie ref. ASP

Samouczek ADO

Wprowadzenie ADO Connect Zestaw rekordów ADO Wyświetlacz ADO Zapytanie ADO Sortuj ADO ADO Dodaj Aktualizacja ADO ADO Usuń Demo ADO Przyspieszenie ADO

Obiekty ADO

ADO Polecenie Połączenie ADO Błąd ADO Pole ADO Parametr ADO Nieruchomość ADO Rekord ADO Zestaw rekordów ADO Strumień ADO Typy danych ADO

Właściwość statusu ADO


❮ Pełne odniesienie do obiektu zestawu rekordów

Właściwość Status zwraca co najmniej jedną wartość RecordStatusEnum , która wskazuje status bieżącego rekordu w odniesieniu do aktualizacji wsadowych lub innych operacji zbiorczych.


Składnia

objRecordset.Status

RekordStatusWyliczenie

Constant Value Description
adRecOK 0 Record successfully updated
adRecNew 0x1 Record is new
adRecModified 0x2 Record modified
adRecDeleted 0x4 Record deleted
adRecUnmodified 0x8 Record not modified
adRecInvalid 0x10 Record not saved; invalid bookmark
adRecMultipleChanges 0x40 Record not saved; would have affected multiple records
adRecPendingChanges 0x80 Record not saved; refers to a pending insert
adRecCanceled 0x100 Record not saved; operation was canceled
adRecCantRelease 0x400 New record not saved; existing record was locked
adRecConcurrencyViolation 0x800 Record not saved; optimistic concurrency was in use
adRecIntegrityViolation 0x1000 Record not saved; user violated integrity constraints
adRecMaxChangesExceeded 0x2000 Record not saved; too many pending changes
adRecObjectOpen 0x4000 Record not saved; conflict with an open storage object
adRecOutOfMemory 0x8000 Record not saved; computer has run out of memory
adRecPermissionDenied 0x10000 Record not saved; user has insufficient permissions
adRecSchemaViolation 0x20000 Record not saved; violates the structure of the database
adRecDBDeleted 0x40000 Record already deleted from the data source

❮ Pełne odniesienie do obiektu zestawu rekordów