Forum Discussion

gopalqa's avatar
gopalqa
Occasional Contributor
12 years ago

TestComplete is saving nvarchar value as BLOB instead of actual value

Hi,

I have created a Keyword test with a db checkpoint, trying to save couple of column values (of type nvarchar) to the store, but it is storing as a BLOB instead of the actual value. How can I get the actual value from the columns like nvarchar, Please let me know.



Thanks with Regards

Gopal.

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.


     

  • gopalqa's avatar
    gopalqa
    Occasional Contributor
    Tanya, Thanks for your reaponse. Sure I will take a look at.