Posted by Water Cooler v2 on 10/01/01 11:38
There are two datatypes for storing binary data type in the SQL Server:
1. binary - for fixed length binary data
2. varbinary - for variable length data
My question is: how is data inserted into them? Do they have any
delimiters that go into the insert statement like strings and datetimes
have? What format (hex/decimal?) do they accept data in? Can you please
give me an insert statement example?
[Back to original message]
|