I'm trying to write this value into a stored procedure and I am not able to build into SQL Plus. So how would I fix it so that it can be stored in a VARCHAR?
I'm getting a prompt in the SQL Plus window
Well, I think it must have something to do with timestamp...
Thanks,
Todd
Code:
InAspArgList := 'AnnEventID=$ANN_EVENT_ID&TimeStamp=$TIME_STAMP';
I'm getting a prompt in the SQL Plus window
Code:
Enter value for timestamp:
Well, I think it must have something to do with timestamp...
Thanks,
Todd