I\'ve got a date variable that looks like this: Dim LogDate As Date = Date.Today.AddDays(-1) the format comes out like: #4/5/2010#
I need to store three items as an array in a single column and be able to quickly/easily modify that data in later functions.
If I want to store binary data (hash values) and they\'re always 128bytes long, what field type should I use? BLOBs are nice, but they aren\'t fixed width (and result in dynamic tables)..CHAR requires
What is the best开发者_高级运维 practice for creating a yes/no i.e. Boolean field when converting from an access database or in general?The equivalent is a BIT field.
I know that the开发者_StackOverflow Sql equivalent of Int16 is SqlInt16. But what is the Sql equivalent of UInt16, UInt32 and Uint64?Except for tinyint, there are no native unsigned types in SQL serv