Hy all,
I'm now working on program for manage a simple DataBase with
SQL toolkit and labWindows/cvi.
My Operating SYstem is Windows Xp Italian version with service pack 2 installed.
I've also created a small mdb file with Access and four fields:
LastName, FirstName, Sex and Birthday.
The last field Birthday is Data type on mdb access file.
The problem rised when I query the DB for retrieve record
with Birthday like for example 01/10/1980 (in italian version)
(in english version date wiil be 10/01/1980)
The query not retrieve any record from data base
This error not exists if I write the query with Birtday like
20/101/1980 (in english 10/20/1980)
Anyone Know and help me
Thanks