How to display message when record is not found?
-
How to display message when the process cannot find the record in the database? I'm using SQL database. Please help. Thanks.
DotNet wrote: How to display message when the process cannot find the record in the database? That depends on what technology you are using. What is accessing you SQL Server? Or do you just want a message to appear in the Query Analyser?
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
DotNet wrote: How to display message when the process cannot find the record in the database? That depends on what technology you are using. What is accessing you SQL Server? Or do you just want a message to appear in the Query Analyser?
"If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Not getting the response you want from a question asked in an online forum: How to Ask Questions the Smart Way!
-
Just a simple datagrid and textbox and search button. When you enter ID in the textbox, if the ID is not in the table, then a label1.visible = true or a prompt message will pop-up. How to write the condition part when the datagrid is blanked (no data)?
-