I'm creating a linked table to access a Sql Server DB. One of the columns in the Sql Server DB is a "smalldatetime". In most cases the app doesn't need to use this value, and when it does it has to combine it with the value of another column anyway (don't ask). To save unecessary processing I'd like to read this column as a byte array and then lazily evaluate it as a date value only when the date is required.
Is there a way to coerce the linked table to interpret this column as a byte array rather than a date? Thanks very much, Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
