Sql

Vulcan1500

Registered User.
Local time
Today, 13:26
Joined
Nov 13, 2007
Messages
143
MS Access 2003. In de code van mijn database bouw ik een SQL regel op waarin een datum voorkomt, namelijk het filteren van rekeningen die tussen twee data zijn opgemaakt. De notatie van de velden is dd-mm-yyy. Als ik ga zoeken krijg ik niet het verwachte resultaat. De reden is dat in SQL het Amerikaanse datum formaat wordt gebruikt, mm-dd-yyyy. Ik zie absoluut geen oplossing hiervoor. Weet misschien iemand hiervoor de oplossing?
 
MS Access 2003. In de code van mijn database bouw ik een SQL regel op waarin een datum voorkomt, namelijk het filteren van rekeningen die tussen twee data zijn opgemaakt. De notatie van de velden is dd-mm-yyy. Als ik ga zoeken krijg ik niet het verwachte resultaat. De reden is dat in SQL het Amerikaanse datum formaat wordt gebruikt, mm-dd-yyyy. Ik zie absoluut geen oplossing hiervoor. Weet misschien iemand hiervoor de oplossing?
If you want a reply it is a good idea to post in English. There are some Dutch speakers here but they always pay us the courtesy of using english.
 
Hmz, yes use English... :)

Your problem -for non Dutch people- is that you have dates in format dd-mm-yyyy but SQL uses mm-dd-yyyy. And you figure that to be a problem

The answer:
IF your dates are really date fields formated to look like dd-mm-yyyy there should not be a problem, because in the database they are still american format. (actually not, but I will spare you that complex stuff)

If they are not date fields, then they are text fields. Which is a bad Bad BAD thing. Convert them to dates and see previous paragraph.

Veel geluk :=> Good luck :)
 
Hey Namliam -

I just realized that you have mispelled syawlla in your signature. It should be syawla. :)
 
It depends on what it means. Is it in every manner possible (syaw lla) or is it at any time (syawla)?
 
It depends on what it means. Is it in every manner possible (syaw lla) or is it at any time (syawla)?

If taken in context with the other words (that have the spaces explicitly defined) it would naturally follow to be syawla. :D
 
LOL so now my sig is subject of discussion

Always I guess it should be, sorry for Dutch is my native language... not English, even after all these years, I wil make stuppidd littlle misttakes like that.

Sig changed ;)
 

Users who are viewing this thread

Back
Top Bottom