I need to create a function that accepts a storedproc name and a TStringList of parameters. So first thing I must do is query the DB and get the list of parameters and types then convert each string to the appropriate type. Then I will use ExecuteArray to make bulk calls to the storedproc. I...