Hi all,
I have an ADODC control, namely Adodc1, having the sql statement as below :
sqlstr = "select to_char(IN_DATETIME,'dd-mm-yyyy hh24:mi:ss'),
, other_field from table1"
and the Adodc1 is bind to DataGrid1.
Upon clicking the IN_DATETIME column header, i wish to...