Oracle doesn't use the #createodbcdate()# function. You need to use an
Oracle function called todate(). I believe you'll actually need to put the
function in your sql, like so:

insert into yourtable(somedatecolumn)
values(todate(#someformfield#))

Try that, anyway. I haven't actually done it myself yet, but a colleague
mentioned it to me.

-d



************************************************************
Deanna Schneider
Interactive Media Developer
UWEX Cooperative Extension Electronic Publishing Group
302 Hiram Smith
1545 Observatory Dr.
Madison, WI 53706
(608) 265-7923


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to