Modul Koneksi
Modul Koneksi
Imports System.Data.Odbc
Imports System.Threading.Thread
Module Module1
Public conn As OdbcConnection
Public da As OdbcDataAdapter
Public ds As DataSet
Public cmd As OdbcCommand
Public rd As OdbcDataReader
Public myDB As String
Public query As String
If rd.HasRows Then
MsgBox("Login Berhasil", MsgBoxStyle.Information, "Information Login")
MenuUtamavb.Show()
Else
MsgBox("Login Gagal, Periksa Kembali Username atau Password", MsgBoxStyle.Information,
"Information Login")
Call bersihkan()
GunaTextBox1.Focus()
End If
End If
End Sub
End Class