Here is the SELECT Statement from Crystal..
SELECT ProcessData.Value, Item.Name, ProcessData.EventTime
FROM dbo.Item Item, dbo.ProcessData ProcessData
WHERE Item.ID=ProcessData.ItemID AND Item.Name='FV.Pressure'
One of the EventTimes that I get back looks like this...
11/21/2003...
The native database is based on Objectivity (an object oriented database), as a result I can only read the data. Therefore I must do any transforming of the data in Crystal. As stated the native format is 'mm/dd/yy hh:mm:ss.sss' and I am trying to keep it in this format within Crystal. Can this...
I am using Crystal Reports 9 and a thirdy party ODBC Datasource.
This datasource has a datetime field that has time precision to 1/1000 of a second (displayed as mm/dd/yy hh:mm:ss.sss). When I bring this data into Crystal, it rounds to the nearest second (mm/dd/yy hh:mm:ss). For my reporting I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.