To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73050
                 Issue #|73050
                 Summary|DAY function does not work for MS ACCESS tables
               Component|Database access
                 Version|OOo 2.1
                Platform|All
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|none
             Assigned to|dbaneedsconfirm
             Reported by|kindof





------- Additional comments from [EMAIL PROTECTED] Tue Jan  2 06:35:55 -0800 
2007 -------
Hello,

I'm working with date values in MS Access tables. It is possible to extract the
year and the month of a date (or datetime) field with the functions YEAR() and
MONTH() in a query.

Extracting the day with DAYOFMONTH() does not work (although it does when
accessing a Calc table into which I import the Access table).

Example:
YEAR( `Dates`.`FromDateTime` ) does work.

DAYOFMONTH( `Dates`.`FromDateTime` ) does not work. OOo says "Undefined function
'DAYOFMONTH' in expression" or german: "Undefinierte Funktion 'DAYOFMONTH' in
Ausdruck" - SQL-Status: 3085, Error-Code: -2147217900.

DAY( `Dates`.`FromDateTime` ) does not work. OOo says "Unknown column: DAY(
`Dates`.`FromDateTime` )" or german: "Die Spalte 'DAY( `Dates`.`FromDateTime` )'
ist unbekannt".

Bernd

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to