I am using CR 10.
I am looking at the field explorer where it shows the Database fields in which I am calling a View from SQL Server. It shows all my fields in my view.
I right clicked on my view and clicked 'Show Field Type'.
One of my fields is a string [10]. But when I look at my table in SQL Server it is a char [20].
How do I fix the length of the field so my data is not truncated.
Thanks
I am looking at the field explorer where it shows the Database fields in which I am calling a View from SQL Server. It shows all my fields in my view.
I right clicked on my view and clicked 'Show Field Type'.
One of my fields is a string [10]. But when I look at my table in SQL Server it is a char [20].
How do I fix the length of the field so my data is not truncated.
Thanks