Hi there,
I have an asp page where I am trying to update a record.
One of the fields is a date field and I'm getting a "not a valid month" error from oracle..
<the date field is on the last line "movement_date">
connection.Execute("UPDATE equipment SET from_loc = '" & trim(g_fromloc) & "', to_loc = '" & trim(g_toloc) & "' ,model_no = '" & trim(g_model) & "', upc_code = '" & trim(g_upc) & "', direction = '" & trim(v_dir) & "', movement_date = '" & v_movedt & "',......
does anyone know how to format or cast this?
Thanks!
I have an asp page where I am trying to update a record.
One of the fields is a date field and I'm getting a "not a valid month" error from oracle..
<the date field is on the last line "movement_date">
connection.Execute("UPDATE equipment SET from_loc = '" & trim(g_fromloc) & "', to_loc = '" & trim(g_toloc) & "' ,model_no = '" & trim(g_model) & "', upc_code = '" & trim(g_upc) & "', direction = '" & trim(v_dir) & "', movement_date = '" & v_movedt & "',......
does anyone know how to format or cast this?
Thanks!