How to validate if exists a record in SQL Server? Follow
I want validate my text input, Could I go to SQL Server and validate if exists the text input value ?
Regards.
Brandon Castillo.
1 comments
0

Pete Thane
Comment actions
Not sure if this is any good but you could link your label upto the SQL table as a database and use the text input as the database filter and so if it is not present then you would receive A Record Not Found message.
Please sign in to leave a comment.