I get this error
When I run a certain query pulling data with x parameters. I was running a query with a currency parameter, two of which worked just fine, bt when I tried to run it with the third parameter (they were EUR, GBP and USD, respectively) I get the above error. Since it said it was a network error, I tried just RDPing into the box and running it locally, but still got an error. The only thing I changed when the query went from working to not working was chCurrencyCode='GBP' to chCurrencyCode='USD'. Any thoughts?
Willie
Code:
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionCheckForData (CheckforData()).
Server: Msg 11, Level 16, State 1, Line 0
General network error. Check your network documentation.
Connection Broken
When I run a certain query pulling data with x parameters. I was running a query with a currency parameter, two of which worked just fine, bt when I tried to run it with the third parameter (they were EUR, GBP and USD, respectively) I get the above error. Since it said it was a network error, I tried just RDPing into the box and running it locally, but still got an error. The only thing I changed when the query went from working to not working was chCurrencyCode='GBP' to chCurrencyCode='USD'. Any thoughts?
Willie