How to retrieve error messages using mssql_get_last_message()?



How to retrieve error messages using mssql_get_last_message()?..

Answer / Vipin Kumar

"To retrieve error messages using mssql_get_last_message() in PHP, you can use the function as follows:nn$error = mssql_get_last_message(); echo $error; "

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is dirty read?

1 Answers  


Explain how many types of relationship?

1 Answers  


What is ms sql server triggers?

1 Answers  


Can we use where clause with group by?

1 Answers  


write an SQL query to list the employees who joined in the month of January?

1 Answers   Agilent, Amdocs,


Let us say the SQL Server crashed and you are rebuilding the databases including the master database what procedure to you follow?

2 Answers  


What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?

1 Answers  


What is policy management?

1 Answers  


What is side by side migration in sql server?

1 Answers  


How does a profiler work?

1 Answers  


Explain primary key?

1 Answers  


How display code or Text of Stored Procedure using Sql query in Sql Server ?

1 Answers   Wipro,


Categories