Dear All, I would like to how to concatenate the values from an array to form a complete sql query, say for example The array looks like this : Arraytest[1] = "SELECT" Arraytest[2] = "*" Arraytest[3] = "FROM" Arraytest[4] = "TABLE1" Arraytest[5] = "WHERE&...