
August 11th, 2003, 07:25 AM
|
|
Contributing User
|
|
Join Date: Jul 2002
Location: Strasbourg, France
Posts: 181
Time spent in forums: 5 m 20 sec
Reputation Power: 7
|
|
It all depends what this [ Quote: | some calculations and formatting | entails. If it means that you need to do rollups, slice and dice it a different way and such, then a intemediate step of dumping the data into SQL server makes sence, afterwhich you run stored procedures which manipulate the data, and then pull it into a web display.
In this case, you could think about using DTS and schedule the import into SQL, if your data does not need to be 100% real time.
If the records you pull from JD are pretty much set, but you need to calculate little things without doing much with the recordset, ADO/ASP will suffice.
So it depends on your requirements.
If you post a little bit more of your requirements, we could better assist you.
__________________
- Rogier Doekes
|