i have a database table which contains some fields. one of the field’s value is as like
,code,removeformat,undo,redo,cut,copy,color,|1|1,2,3,|0|500,400|1078,|False|500|
how can i insert “color” as shown using sql query this ?
i using sql server 2005,c#.
thank you
just found a solution.
i don’t know if it is good one.. you can give me normalized solution..