Click here to Skip to main content
15,902,447 members
Home / Discussions / Database
   

Database

 
AnswerRe: Using parameter on Query condition not working Pin
gauthee6-Feb-07 17:29
gauthee6-Feb-07 17:29 
GeneralRe: Using parameter on Query condition not working Pin
firestoper11-Feb-07 21:16
firestoper11-Feb-07 21:16 
QuestionQuery Help Pin
Hulicat6-Feb-07 15:11
Hulicat6-Feb-07 15:11 
AnswerRe: Query Help Pin
M.H.1.2.36-Feb-07 16:58
M.H.1.2.36-Feb-07 16:58 
GeneralRe: Query Help Pin
Hulicat6-Feb-07 17:25
Hulicat6-Feb-07 17:25 
QuestionSQL parameters and datatypes Pin
sojumonk6-Feb-07 14:16
sojumonk6-Feb-07 14:16 
AnswerRe: SQL parameters and datatypes Pin
Kschuler7-Feb-07 10:37
Kschuler7-Feb-07 10:37 
QuestionHelp required in query formation Pin
www.Developerof.NET6-Feb-07 5:50
www.Developerof.NET6-Feb-07 5:50 
Hi all,
I am building an employee search application depending on 6 criterias(emp name,emp grade,dept,hire date,qualification,work timings).I have 4 tables-Employee,Emp_Qualifications,Work_Details,dept which are as follows.

Employee
------------------------------------------------------------------------
empid(PK) | fname | lname | grade | Designation | Dept_id(foriegn key) |
------------------------------------------------------------------------

dept
-----------------------------
Dept_id (PK) |Dept_name(PK) |
-----------------------------

Emp_Qualifications
---------------------------------
empid (PK) |qualification(PK) |
---------------------------------
123 | J2ME |
----------------------------------
123 | SAP |
----------------------------------
100 | Java |
----------------------------------

Work_Details
---------------------------------------------------------------
empid(PK) | Clear_Date(Date time)(PK) | document_name(PK) |
---------------------------------------------------------------
123 | 12/01/2007 | Balance sheet |
----------------------------------------------------------------
123 | 12/01/2007 | data sheet |
---------------------------------------------------------------

i want to select empid,fname,lname,designation,dept_name,(Collection of all expertise seperated by comma) for that empid from all tables where empid,name,dept,grade,qualification,work timings are provided by user.


Thanks in advance!!!
AnswerRe: Help required in query formation Pin
andyharman6-Feb-07 7:54
professionalandyharman6-Feb-07 7:54 
QuestionProblem connecting to remote SQL Express 2005 Pin
Joe Smith IX6-Feb-07 5:02
Joe Smith IX6-Feb-07 5:02 
AnswerRe: Problem connecting to remote SQL Express 2005 Pin
Rob Graham6-Feb-07 5:19
Rob Graham6-Feb-07 5:19 
AnswerRe: Problem connecting to remote SQL Express 2005 Pin
Mark Salsbery6-Feb-07 16:46
Mark Salsbery6-Feb-07 16:46 
AnswerRe: Problem connecting to remote SQL Express 2005 Pin
Joe Smith IX15-Feb-07 2:02
Joe Smith IX15-Feb-07 2:02 
QuestionError : "Operation must use an updateable query" Pin
RedhaDev6-Feb-07 1:42
RedhaDev6-Feb-07 1:42 
AnswerRe: Error : "Operation must use an updateable query" Pin
Bassam Saoud6-Feb-07 1:45
Bassam Saoud6-Feb-07 1:45 
QuestionHelp required in joins Pin
www.Developerof.NET6-Feb-07 1:40
www.Developerof.NET6-Feb-07 1:40 
AnswerRe: Help required in joins Pin
RedhaDev6-Feb-07 1:50
RedhaDev6-Feb-07 1:50 
GeneralRe: Help required in joins Pin
www.Developerof.NET6-Feb-07 3:47
www.Developerof.NET6-Feb-07 3:47 
AnswerRe: Help required in joins Pin
gauthee6-Feb-07 3:00
gauthee6-Feb-07 3:00 
QuestionDataset Merge triggers positionchange event bindingsource Pin
JensB6-Feb-07 0:07
JensB6-Feb-07 0:07 
QuestionHow to use Crosstab Query in MS Access Pin
Sasmi5-Feb-07 21:21
Sasmi5-Feb-07 21:21 
QuestionSQL lack of knowladge Pin
The_Server5-Feb-07 21:17
The_Server5-Feb-07 21:17 
AnswerRe: SQL lack of knowladge Pin
_AK_5-Feb-07 21:35
_AK_5-Feb-07 21:35 
AnswerRe: SQL lack of knowladge Pin
gauthee5-Feb-07 22:20
gauthee5-Feb-07 22:20 
AnswerRe: SQL lack of knowladge Pin
Colin Angus Mackay5-Feb-07 22:24
Colin Angus Mackay5-Feb-07 22:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.