DatabaseRecord.Int64Column
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DatabaseRow.Int64Column as a replacement. |
Method
Gets the Int64 value for the column Name.
Method
DatabaseRecord.Int64Column(Name As String, Assigns value As Int64)
Supported for all project types and targets.
Supported for all project types and targets.
Sets the Int64 value for the column Name.
Notes
Support for 64-bit integers is provided at the framework level. Plug-ins must be updated to support 64-bit integers.
Sample Code
Creates a new row in the team table: