Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

date format

Status
Not open for further replies.

2009luca

Programmer
Jul 27, 2013
222
IT
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top