Executes the current prepared statement with the parameters currently in Prepared Statement Buffer, throws Exception with server message in case of the error
Sends a Prepared SQL statement to server, arguments will be added then using prepSetVal, prepExec can be used after that to receive results, throws Exception with server message in case of the
error, NOTE: adding a new prepared statement will clear all the parameters added previously for previous statements