system
#1
Anybody have any suggestions?
- SQL running from my pc runs fine. Oracle database. tns ping works OK
- Aspx-hosted SQL runs perfectly from the webserver. Returns data in under a second as XML to my browser
- When I set up an XML data connection in xcelsius (on my pc, running the aspx on the webserver), it hangs as soon as it tries to run the file.
The powers-that-be won’t let me have fiddler or any other potentially useful tool…
Debbie
Debbie (BOB member since 2005-03-01)
system
#2
Fixed.
When I code my aspx using GetString to format/process the output, xcelsius sometimes doesn’t play nicely…
So I switched it back to processing each row in turn and it now works.
Debbie
Debbie (BOB member since 2005-03-01)