wild card character in sql ?
Answers were Sorted based on User's Feedback
Answer / reddy
Let’s say you want to query database with LIKE forall
employees whose name starts with La. The wildcard character
is %, the proper query with LIKE would involve ‘La%’.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between machine config vs. Web config : Dot net architecture
how to make and display a form without title bar?
9. Oop-Class A has m1 metthode Class B has m1 metthode and C is the calss that inharits A class, A class inharits B class. If Object dim c as new A() c.m1(), Tell me which mettode of class will call
Which Binding best suits where a WCF Service and the client application resides in the same machine?
Explain domestic architecture artifacts? : .NET Architecture
How can a win service developed in .NET be installed or used in Win98?
Will finally block exec if we write an return statement to a try block???????
Define the mesi? : Dot net architecture
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What is this DLL hell problem in dotnet? Can a virtual class be created/can a virtual method be created inside the class?
Can you explain the difference between an ADO.NET Dataset and ADO Recordset?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?