I have a datatype of varbinary in SQL Anywhere database. I user this as a user password.
However, in my PB6.5 app, when the user logs on I want to compare what the user types in to the value in the varbinary field. However, when you compare the 2, they will never equal each other because of the binary format.
Is there a way to convert the value the user types in to of type varbinary in PB6.5? I don't see any thing in PB6.5, plus other sources that would do this?
However, in my PB6.5 app, when the user logs on I want to compare what the user types in to the value in the varbinary field. However, when you compare the 2, they will never equal each other because of the binary format.
Is there a way to convert the value the user types in to of type varbinary in PB6.5? I don't see any thing in PB6.5, plus other sources that would do this?