RE: Re[2]: Comparing date fields

2003-12-16 Thread Noamn
ember 16, 2003 4:47 PM To: [EMAIL PROTECTED] Subject: Re: Re[2]: Comparing date fields > mysql>> select projects.name from projects > JB> -> where projects.closeddate between :fd and :td; > JB> ERROR 1064: You have an error in your SQL syntax near ':fd and

Re: Re[2]: Comparing date fields

2003-12-16 Thread Martijn Tonies
> mysql>> select projects.name from projects > JB> -> where projects.closeddate between :fd and :td; > JB> ERROR 1064: You have an error in your SQL syntax near ':fd and :td' at > JB> line > JB> 2 > JB> What are those colons? > > He probably uses Delphi or C++Builder to connect to mysql via