Currently Being Moderated
May 30, 2007 4:49 AM
I'm getting the following error about a date and time
Macromedia][SequeLink JDBC Driver][ODBC
Socket][Microsoft][SQL Native Client][SQL Server]The conversion of
a char data type to a datetime data type resulted in an
out-of-range datetime value.
The error occurred in
C:\Inetpub\wwwroot\rayanne\customerinsertsql.cfm: line 5
3 :
4 : INSERT INTO booking (book_made, book_checkin_date,
book_checkout_date, book_adults, book_children)
5 :
VALUES('#FORM.book_made#','#FORM.book_checkin_date#','#FORM.book_chec kout_date#','#FORM.book_adults#','#FORM.book_children#')
6 :
7 : SELECT SCOPE_IDENTITY() AS theNewId;
Any ideas of how to correct this