Currently have an assignment to use stored procedures to retrieve pre-calculated data from the Database. I have created the local connection to the database, I have rights from supervisor to call stored procedures, and I'm getting the desired result sets for the assignment, however I'm looking to see on how to do an InfoView deployment. I understand that InfoView only runs secure connections, and with Freehand SQL (That is how I call and pass parameters to the stored procedure) uses a local shared connection. If there is anyone that has done a successful deployment please advise.