I have the line below, and getting a compilation error:operator '==' cannot
be applied to operands of type ComStore.WebReference.sqlDbType and
system.DataSqlDbType:
if(strctParam[i].DBtypeParamType ==
GetSQLDataType((int)enParamType.VarCharParam)||strctParam[i].DBtypeParamType
==GetSQLDataType((int)enParamType.CharParam)||strctParam[i].DBtypeParamType ==
GetSQLDataType((int)enParamType.TextParam))
Note:
strctParam is a structure of command parameters.
GetSQLDataType is a function that returns System.Data.SqlDbType, this
function which was a web method and as it couldnt be seen from the client
application, so i had to copy it and past it in the client application.
enParamType is an enumerator was in the webservices, and as couldnt be seen
in the client, so i copied it and pasted it in the client.
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/CSharpNET/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
