What are the providers available with VS.NET ?
Answers were Sorted based on User's Feedback
Odbc Data Provider:System.Data.Odbc
OleDb Data Provider:System.Data.OleDb
SqlClient Data Provider:System.Data.SqlClient
OracleClient Data Provider:System.Data.OracleClient
| Is This Answer Correct ? | 20 Yes | 0 No |
Please explain what is the difference between encrypting a password and applying a hashing?
How do you turn off cookies for one page in your site?
hai, about trading domain and need simple project on trading system. please help me...
What is connection pooling and how do you make your application use it?
How can I find out what the garbage collector is doing?
What's the problem with .net generics?
Explain about .net assemblies?
Explain the difference between task and thread in .net?
What is Event Bubbling in .NET?
What's the use of system.diagnostics.process class in .net?
Can we share session between ASP.Net & ASP
3 Answers Accenture, Value Labs,
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!