Meaning of the statement

vijay_gvijay_g Member Posts: 884
hi,
ModifiedDate= := ADORecordset.Fields.Item('MODIFY_DATE').Value;
Var name-Type-Subtype
ADORecordset-Automation-'Microsoft ActiveX Data Objects 2.6 Library'.Recordset

how it is calculate the return value..??

Comments

  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    This statement returns the value of the field "MODIFY_DATE" of a certain record of a certain table in a SQL database. To know which record, which table and which database, we need to see more code.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • vijay_gvijay_g Member Posts: 884
    Thank you i got it.
Sign In or Register to comment.