What solutions would you recommend for the following requirements:
1. Sales force is distributed accross the country. Sometimes connected,
sometimes not.
2. Need to see data in a grid format, web or windows based. Would be nice if
it was launched from the intranet portal.
3. Would like the solution to link to originate from a web portal. If not
connected, redirect or go somwhere else?
4. Clients are on I.E. 6, strict security on windows xpsp2 (firewall), and
do not have sql 2005 express. Users can get the framework 2.0 loaded.
I've researched windows app using clickonce. I'm having trouble finding out
what the security guidlines are for downloading a dataset and persisting it
while disconnected. Am I barking down the wrong path? Should I go all HTML
and just make them save pages down to their local box (not very elegant)?
Halcyon - 17 Oct 2006 15:42 GMT
dunno if this will work, but maybe give the webpage the ability to export to
a pdf or or excel or something?
bit non-web-ish i know, but a fairly quick resolution?!?

Signature
The walls between art and engineering exist only in our minds
> What solutions would you recommend for the following requirements:
> 1. Sales force is distributed accross the country. Sometimes connected,
[quoted text clipped - 10 lines]
> while disconnected. Am I barking down the wrong path? Should I go all HTML
> and just make them save pages down to their local box (not very elegant)?
Leneise44 - 17 Oct 2006 15:56 GMT
Ya, I have that option too.
Prabakar Samiyappan - 08 Nov 2006 09:50 GMT
Hi
1> dont pass the dataset from server to client .
2> export as XML place the XML in the server itself .The XML should be
automated through scheduling as Job in sql server.
3> load the XML to web page (xml which is present in the server directory).
4> It will be more secure and easy way of doing things
Regards
Prabakar
> What solutions would you recommend for the following requirements:
> 1. Sales force is distributed accross the country. Sometimes connected,
[quoted text clipped - 10 lines]
> while disconnected. Am I barking down the wrong path? Should I go all HTML
> and just make them save pages down to their local box (not very elegant)?