Coldfusion 9 + SQL server 2008 datetime returns binary -


i have simple query written in coldfusion 9. have datetime field selecting, odd reason query returns binary instead of date.

is there work around not require me cast date char.

you try using tostring(), creating date/time object using createodbcdatetime() function...


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -