Hi, For few of our projects client requested us the application should be compatible with multiple databases viz. Oracle / SQL Server / MySQL / DB2….. Post additional info on this which could be more useful of all of us….
Category: Databases
Databases
MicroSoft SQL Server 2008 The latest version is SQL Server 2008, and it offers a large variety of new Features and functionality that will make the administration a whole lot better.Database administrator who have been using SQL ServerĀ® 2005 for…
Hi, Thought of sharing, The DELETE command is used to remove rows from a table. A WHERE clause can be used only to remove some rows. If no WHERE condition is specified, all rows will be removed. After performing a…
Hi, Below is the table showing some records, you need to create a query which has the output showing the employee name and his related lead name Table data’s emp_id emp_name lead_id 1 Palaniappan 1 2 moorthy 1 3 senthil…
Posted By Ashok Generally in MS Access we use LIKE operator with ‘*’ character for easy search. But when working with VB 6.0 or VB .Net coding with ADO it will not work if we use ‘*’ character. We…