Skip to Content
0
Former Member
May 23, 2018 at 11:11 AM

validate the fields in the crystal report against the database schema

279 Views Last edit May 17, 2018 at 11:50 AM 2 rev

I'm using MicroSoft Visual Studio 2015 with C#

In my report I need to validate my report fields if my table modified, If my table altered like column name modified, add or remove new column that I want validate with my crystal report data table fields.

I loop through the database table field count with crystal report table fields count. But I want some other way like crystal report designer has verify database method. When we right click the data set on crystal report designer, it will update the database field. Is there any way to validate crystal report fields against database schema?