IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Visual Basic (https://www.ircforumlari.net/visual-basic/)
-   -   Şifreleme İşlemleri (https://www.ircforumlari.net/visual-basic/600441-sifreleme-islemleri.html)

Swat 11 Temmuz 2014 10:58

Şifreleme İşlemleri
 
Kod:


 
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



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 07:39.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk