Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binary type field and searches
Message
From
27/01/2014 14:25:18
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Binary type field and searches
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01592459
Message ID:
01592459
Views:
43
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?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform