T
Test
Vendor software set password field as binary in sql server 2000
I would like to write asp to check the user name and password
how can i check and match that field?
it shows errors when match with binary field
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]The text, ntext, and image
data types cannot be compared or sorted, except when using IS NULL or LIKE
operator.
I would like to write asp to check the user name and password
how can i check and match that field?
it shows errors when match with binary field
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]The text, ntext, and image
data types cannot be compared or sorted, except when using IS NULL or LIKE
operator.