Click here to Skip to main content
15,907,687 members
Home / Discussions / Database
   

Database

 
GeneralRe: Using ADO to access SQL Server with NT Authentication Pin
Hesham Amin26-Sep-06 0:09
Hesham Amin26-Sep-06 0:09 
AnswerRe: Using ADO to access SQL Server with NT Authentication Pin
Mike Dimmick25-Sep-06 0:26
Mike Dimmick25-Sep-06 0:26 
QuestionError when trying connect to SQl Server 2000 Pin
Areff22-Sep-06 21:00
Areff22-Sep-06 21:00 
AnswerRe: Error when trying connect to SQl Server 2000 Pin
Rob Graham23-Sep-06 3:16
Rob Graham23-Sep-06 3:16 
QuestionDesperate urge to a proffesional answer Pin
iskaza22-Sep-06 17:55
iskaza22-Sep-06 17:55 
AnswerRe: Desperate urge to a proffesional answer Pin
Rob Graham23-Sep-06 3:50
Rob Graham23-Sep-06 3:50 
QuestionRe: Desperate urge to a proffesional answer Pin
iskaza23-Sep-06 4:35
iskaza23-Sep-06 4:35 
AnswerRe: Desperate urge to a proffesional answer [modified] Pin
Rob Graham23-Sep-06 4:57
Rob Graham23-Sep-06 4:57 
iskaza wrote:
I thought that even a table with two values should be separated!

If it's always goint to be just a boolean answer (yes/no, true/false, etc.) then a boolean (bit) field will do, you can format the meaning of 1/0 in the UI as appropriate.



iskaza wrote:
These two tables are junction tables between Resumes and Fields(job/company field) and Resumes and Languages(Spoken languages) respectively.

Do you really intend an m-to-n relation where both m & n can be > 1? I think you really want a
table related to a resume that contains the lanuage skills of the applicant: rows with resumeid, Language Id, and Language proficiency. The lanuage proficiency is an attribute of the applicant/resume, not of the language itself as your present structure implies.
Is a field an attribute of a resume, or of a job (in which case maybe its just a column in History_jobs)
If it is an attribute of the resume, then perhaps resume_fields isn't meant as a cross-reference, but just n fields per resume.
Last modified: 10mins after originally posted -- Oops, hit post before I was done...



GeneralRe: Desperate urge to a proffesional answer Pin
iskaza23-Sep-06 5:34
iskaza23-Sep-06 5:34 
GeneralRe: Desperate urge to a proffesional answer Pin
Rob Graham23-Sep-06 6:02
Rob Graham23-Sep-06 6:02 
QuestionRe: Desperate urge to a proffesional answer Pin
iskaza23-Sep-06 6:37
iskaza23-Sep-06 6:37 
AnswerRe: Desperate urge to a proffesional answer Pin
Rob Graham23-Sep-06 6:54
Rob Graham23-Sep-06 6:54 
QuestionFollow up Pin
iskaza23-Sep-06 7:34
iskaza23-Sep-06 7:34 
AnswerRe: Follow up Pin
Rob Graham23-Sep-06 7:52
Rob Graham23-Sep-06 7:52 
AnswerRe: Follow up Pin
Jörgen Sigvardsson23-Sep-06 8:39
Jörgen Sigvardsson23-Sep-06 8:39 
QuestionHi by using access database and i am facing lot of problems Pin
sishya22-Sep-06 17:36
sishya22-Sep-06 17:36 
AnswerRe: Hi by using access database and i am facing lot of problems Pin
Rob Graham23-Sep-06 3:51
Rob Graham23-Sep-06 3:51 
AnswerRe: Hi by using access database and i am facing lot of problems Pin
Stephen McGuire24-Sep-06 2:16
Stephen McGuire24-Sep-06 2:16 
QuestionReferencing the PK of a table in another database Pin
iskaza22-Sep-06 6:10
iskaza22-Sep-06 6:10 
AnswerRe: Referencing the PK of a table in another database Pin
Eric Dahlvang22-Sep-06 8:32
Eric Dahlvang22-Sep-06 8:32 
QuestionC# and SQL General Strategy Question Pin
Jethro6322-Sep-06 2:41
Jethro6322-Sep-06 2:41 
AnswerRe: C# and SQL General Strategy Question Pin
Not Active22-Sep-06 2:53
mentorNot Active22-Sep-06 2:53 
GeneralRe: C# and SQL General Strategy Question Pin
Jethro6322-Sep-06 3:52
Jethro6322-Sep-06 3:52 
GeneralRe: C# and SQL General Strategy Question Pin
Not Active22-Sep-06 4:03
mentorNot Active22-Sep-06 4:03 
GeneralRe: C# and SQL General Strategy Question Pin
Jethro6322-Sep-06 4:05
Jethro6322-Sep-06 4:05 

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.