From: Paul S. <pa...@tr...> - 2002-08-06 19:27:25
|
Dear List: I have asked this question before, and will probably ask it again, in Crystal Reports it creates a construct that looks like this: ORDER_DATETIME = { ts ' 2002-08-06 14:06:00' } Which I will assume converts the string ' 2002-08-06 14:06:00' into a date/time field for the comparison. I know that if I create the SQL myself then Firebird is happy to do the conversion internally. So where in the ODBCJDBC driver code, should I look, in order to implement {ts } and the other two variations of this functionality? I don't mind hacking in the changes, I just am not sure where.... Thanks Paul Schmidt, President Tricat Technologies pa...@tr... www.tricattechnologies.com |