I am inserting data into SQL 2008 Table. The original format of the data is 02/02/2014. I am taking the Data from Temp Field and inserting into the Table. The format of the field in SQL is Nvarchar(50) and on LF is Text.
If I send a row data as original it works and data gets inserted. I if format the data with (\d\d)/\d\d/\d\d\d\d. The format works when we edit the field value in the document in LF. But it does not insert the data into the field in SQL. I tried to create Token in Workflow too but it still didn't work.
Any help is appreciated..
thanks