The error im getting is:
Exception Details: System.Data.SqlClient.SqlException: Incorrect syntax near the keyword 'from'.
Line 59: cmd.Connection = con;
Line 60: sda.SelectCommand = cmd;
Line 61: sda.Fill(dt);
Line 62: con.Close();
Line 63: }
Thank you for your time and help.
I really appreicate your help.