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.
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.