News

Here's my code:Dim SQLCom As New OleDb.OleDbCommand("SELECT " & ReqData & " FROM userdb WHERE username = '" & USERID & "'", SQLConn)Dim SQLResp As OleDb.OleDbDataReader = SQLCom.ExecuteReader ...