The *timestamp* data type in MSSQL is a synonym for *rowversion*. It's not a time field, so you can't do queries for "newer" rows. Use a *datetime* for that.
Diego On Thu, Nov 12, 2009 at 11:16, Dave Woods <[email protected]> wrote: > > I have a msSQL2008 table with a timestamp field that maps to my > object. > > What I need to do is query the table for anything newer than the > timestamp. The issue is that the Timestamp field maps as a byte array > so I can not use it in a query for comparison. > > Anyone have any ideas on how do this? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
