CF2 and SQL 2005 native web services

G

Guest

Hi all,

Hopefully someone may be able to help me with this. I have a SQL2005 native
web service that I call from CF2. I get and Arguement exception when the web
service tries to return a value that was sourced from a SQL table of type
numeric(19,5). I cant see the exact exception message as exception messages
are not being shown on my device/debugger.

The web service works fine under the following circumstances:
1. Called from .NET Framework
2. Called from CF2 where the numeric return is omitted.

I dont have any problems returning strings/integers and based on the above I
guess its some type conversion that doesnt map from SQL to CF2.

Thanks in advance.
Pete.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top