hi everyone,
i'm using QTP to connect to a database to first get the value from the column and later verify that value against another DB and everything is working fine until i come across a column that has an image.
the actual db table column has something like this to represent the image: 0x5B506861736520446573637.......................................................... and when i run QTP in debug mode, i see the value transforms into an array of bytes
i have tried having a for each loop to iterate the array of bytes but it never goes into my for each loop.
i guess i'm not sure how to verified this value against another db, any ideas about my scenario
--
Thank You
Oscar.Velasco