Okay, I am going crazy over this datetime function. I can't remember or find out how to pass a current datetime stamp through ODBC.
DateTime() function isn't supported
Date() function returns today's date (no time)
CurDate() function isn't supported
Printable View
Okay, I am going crazy over this datetime function. I can't remember or find out how to pass a current datetime stamp through ODBC.
DateTime() function isn't supported
Date() function returns today's date (no time)
CurDate() function isn't supported
Try NOW()
hehe. That was the first thing that I thought of, then I said to myself that it was just VB stuff and not ODBC so I dismissed it.
Thanks.