Forum Discussion
2 Replies
Hi Gopal,
According to the "Database Checkpoints - Specifics" article, it's impossible to use BLOB fields in Database checkpoints. In order to verify such data types, you'll need to write your own comparison procedure - you'll need to read the needed data from the DB and compare it with some baseline data in your script. Please see the "Working With Databases" article for more information.
- gopalqaOccasional ContributorTanya, Thanks for your reaponse. Sure I will take a look at.