MySQL_GetDateField

4D - Documentation   Français   English   German   4D For MySQL, Command Theme List   4D For MySQL, Command Alphabetical List   Back   Previous   Next

version 2004


MySQL_GetDateField (selectID; fieldIndex; day; month; year)

ParameterTypeDescription
selectIDLongintSelect ID returned by MySQL_Select
fieldIndexIntegerIndex of the field - 0...FieldCount -1
dayIntegerValue of the day component of the date
monthIntegerValue of the month component of the date
yearIntegerValue of the year component of the date

Description

The MySQL_GetDateField command returns the day, month and year values of the field referenced by fieldIndex.

selectID is a Longint returned by MySQL_Select.

fieldIndex is an Integer that specifies the index position of the field in the Select statement.

day is an Integer containing the value of the day component of the date.

month is an Integer containing the value of the month component of the date.

year is an Integer containing the value of the year component of the date.


4D - Documentation   Français   English   German   4D For MySQL, Command Theme List   4D For MySQL, Command Alphabetical List   Back   Previous   Next