hello all
I am converting my connection from DAO to ADO .
in DAO I used to use format but in ADO it doesn't work.
could you tell me what is the correct function in ADO
sample I am using in DAO
set rst=dbs.open(select format(""dd/mm/yyyy"",Hirdate from) from employee
in ADO it gives error message that format is not recognized function name
thanks in ADVANCE
I am converting my connection from DAO to ADO .
in DAO I used to use format but in ADO it doesn't work.
could you tell me what is the correct function in ADO
sample I am using in DAO
set rst=dbs.open(select format(""dd/mm/yyyy"",Hirdate from) from employee
in ADO it gives error message that format is not recognized function name
thanks in ADVANCE