I am building an application that includes the ability for the user to enter data into a database. If a user enters some text, for example they try to enter a date, I want to be able to validate that the string they entered can be executed in an SQL query with out a problem.I am building an application that includes the