hi - i can't seem to find a definitive naswer on this one. I have a MSSQL ( 
MSDE ) tbale with a field set to type timestamp.

How on earth do I get coldfusion to insert a current datetimestamp into this 
field ?????

I have tried:

<cfquery datasource="scripts" name="insDTS">
INSERT INTO tblFeeds (dteFeedDate,strFilename) VALUES (
#CreateODBCDateTime(Now())#, 'stuff')
</cfquery>

Should I be using a timestamp field or a date time field ????
What about <cfqueryparam> ?

Thanks in advance

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184972
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to