I use a linked Teradata Table on Access Database.
I use Access database with Vb6 and Ado.
I need a suggestion to set a correct format in Sql String of the linked Teradata table.
Actually i use SQL="...where data1="# & format(Data3,"mm/dd/yyyy") & "#"... on teradata table, but not sure!
A friend tell me to use internation date sa. "YYYY-MM-DD" instead "mm/dd/yyyy", correct?
I use Access database with Vb6 and Ado.
I need a suggestion to set a correct format in Sql String of the linked Teradata table.
Actually i use SQL="...where data1="# & format(Data3,"mm/dd/yyyy") & "#"... on teradata table, but not sure!
A friend tell me to use internation date sa. "YYYY-MM-DD" instead "mm/dd/yyyy", correct?