We are in the middle of a migration from MS Access 2003 to SQL Server 2000/WebFOCUS 7.6.1. Everyone I speak to outside of my employer tells me that I should be writing SQL Stored Procedures to get my report results, and then connecting WebFOCUS Dev Studio to that result to display/format it.
The internal WebFOCUS team here is telling me that it is their best practice to simply create master files to every table in our SQL Server db and then let WebFOCUS do all the joining and querying. I've been told that there are some SQL statements that WebFOCUS can't interpret correctly and that the processing time when doing it this way is longer.
Can someone provide me with some insight/expertise on which way we should go? Now is the time to make the decision, I want to create a standard for our MIS group so we can all be on the same page for development and documentation.
Thanks in advance for your advise.
The internal WebFOCUS team here is telling me that it is their best practice to simply create master files to every table in our SQL Server db and then let WebFOCUS do all the joining and querying. I've been told that there are some SQL statements that WebFOCUS can't interpret correctly and that the processing time when doing it this way is longer.
Can someone provide me with some insight/expertise on which way we should go? Now is the time to make the decision, I want to create a standard for our MIS group so we can all be on the same page for development and documentation.
Thanks in advance for your advise.