> If you're using SQL Server, don't pass the date from CF, get SQL Server
> to insert the data itself
>
> INSERT INTO table (dateField)
> VALUES (getDate())

Well, that's pretty cool...I've just been using #Now()#...I always forget to
let SQL do all the work...sigh...

But still, what's the difference between the two choices in Dreamweaver?
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to