Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binary type field and searches
Message
 
 
To
27/01/2014 14:25:18
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01592459
Message ID:
01592462
Views:
39
>I have defined a field of type Binary(16). The field holds a byte value.
>
>If I do a select command, SqlParameter.SqlDbType will return Binary. However, if I do an update command, SqlParameter.SqlDbType returns VarBinary.
>
>Can someone explain me why this is like that?
>
>I need to have a universal way of recognizing the type. Should I always add my parameter with a type VarBinary so to end up with the same recognition at either a select or update command?

It is better to have parameter's type matching the column's type. So explicitly define the parameter to be binary type in the parameter's declaration.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform