Hi guys, I'm looking for the best way to compare SQL date with VB date (only date - not time). This way needs to work wathever the SQL dateformat and login language in use.
In a query, I'm using something like :
"... AND CONVERT(DATETIME, CONVERT(INT, CONVERT(FLOAT, MySqlDate))) = '"...