Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
access database
no vote
 Private Sub Load_Faculty()         Dim con As New OleDbConnection         Dim cmd As New OleDbCommand         Dim dr As OleDbDataReader         Dim arrImage() As Byte         Dim myMS As New IO.MemoryStream         Dim sSQL As String = String.Empty         Try             sSQL = "SELECT b.FacultyID, b.Image, b.Course, a.Course"        
inverse99
2016-08-23
0
1
No more~