Board index » delphi » Date Functions in Delphi 4 CS and SQL 6.5
PJM
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Date Functions in Delphi 4 CS and SQL 6.5
I have an application which was using Interbase 5.0 as the backend. I have
now switched it to use SQL Server 6.5 and my queries wont run. One query is a paramtized query and I believe the problem is with the keyword "NOW" which was used by Interbase to retrieve the current date. Does anyone know what the function would be in SQL server. Here is the error message: General Error Here is the SQL statement used in INTERBASE: select css_start_date, css_course_name, css_prereq_no, Please help. All responses can be posted or mailed directly to pjack...@albemarle.org |