Vio

Vio

  • NA
  • 14
  • 1.7k

Verify crystal report database from C#

Feb 8 2018 8:43 AM
Hello,

I'm using Crystal Reports and I've been in troubles because my database change its structure many times and every time this happen I must to "verify database" from the designer in order to solve the errors. This is so complicated since we have around 100 reports deployed with many customers.

I'm using the .net components in order to show the reports, and I'd like to perform a "verify database" for the reports automatically every time they are displayed, or Can I validate my data base whether it is changed or not by using c# code. Is there a way to achieve this from .NET???
 
report.VerifyDatabase();   is just for verify the connection, so it's not working for me.
Thanks in advance