Hazır Program

Anasayfa Programlama Visual Basic Şifreleme İşlemleri


Şifreleme İşlemleri

E-posta Yazdır

baglan
Set RS = New ADODB.Recordset
Set RS1 = New ADODB.Recordset


SQL = "select * from rs_kullanici where kullanici_kullaniciadi='" & Text1.Text & "'"
RS.Open SQL, CON, 1, 3
If RS.RecordCount = 0 Then
    hata = MsgBox("Kullanıcı Adı  Yanlış", vbCritical + vbOKOnly, "Yanlış Giriş")
    If hata = 6 Then
        Text1.SetFocus
    End If
Else
    SQL1 = "select * from rs_kullanici where kullanici_sifre='" & Text2.Text & "'"
    RS1.Open SQL1, CON, 1, 3
    If RS1.RecordCount = 0 Then
        hata1 = MsgBox("Kullanıcı  Şifre Yanlış", vbCritical + vbOKOnly, "Yanlış Giriş")
        If hata1 = 6 Then
            Text1.SetFocus
        End If
    Else
        AnaForm.Show
        Unload Me
    End If
End If

Yorumlar
Yeni Ekle Ara
+/-
Yorum yaz
Adınız:
E-posta:
 
Web Sayfas1:
Başlık:
UBB Kodu:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 
Lütfen resimdeki güvenlik kodunu giriniz.

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Son Güncelleme ( Cuma, 03 Nisan 2009 00:15 )  

Üye Giriş Formu



Kimler Çevrimiçi

Yok