Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
AnswerRe: Writing with WriteProcessMemory Pin
Judah Gabriel Himango15-May-07 4:24
sponsorJudah Gabriel Himango15-May-07 4:24 
QuestionNetwork Bandwidth in Socket Programming Pin
SakthiSurya15-May-07 3:18
SakthiSurya15-May-07 3:18 
AnswerRe: Network Bandwidth in Socket Programming Pin
Dave Kreskowiak15-May-07 4:47
mveDave Kreskowiak15-May-07 4:47 
GeneralRe: Network Bandwidth in Socket Programming Pin
SakthiSurya15-May-07 18:52
SakthiSurya15-May-07 18:52 
GeneralRe: Network Bandwidth in Socket Programming Pin
Dave Kreskowiak16-May-07 13:19
mveDave Kreskowiak16-May-07 13:19 
QuestionHAShTable Value Pin
Jabeerbe15-May-07 3:11
Jabeerbe15-May-07 3:11 
AnswerRe: HAShTable Value Pin
Martin#15-May-07 3:16
Martin#15-May-07 3:16 
Questionsearch relational data in some tables and show result to treeView Pin
hdv21215-May-07 2:49
hdv21215-May-07 2:49 
hi i have 3 tables : t_books,t_sessions,t_titles that has master/details relation together :

t_books(bookID(PK),bookName) -> master
t_sessions(sessionID(PK),bookID(FK),sessionName) -> details

t_sessions(sessionID(PK),bookID(FK),sessionName) -> master
t_titles(titleID(pk),sessionID(fk),titleName,text,footerPage) -> details


when i search in these 3 tables, and create relation for these tables, the following error has shown me when i add dataRelation to my dataset :

These columns don't currently have unique values

my request is : how to search in 3 tables with relational data and show the result in treeView ?
thanks
QuestionAccess denied... Pin
simplicitylabs15-May-07 2:31
simplicitylabs15-May-07 2:31 
AnswerRe: Access denied... Pin
sam#15-May-07 2:38
sam#15-May-07 2:38 
GeneralRe: Access denied... Pin
simplicitylabs15-May-07 2:49
simplicitylabs15-May-07 2:49 
GeneralRe: Access denied... Pin
sam#15-May-07 3:01
sam#15-May-07 3:01 
AnswerRe: Access denied... Pin
Martin#15-May-07 2:50
Martin#15-May-07 2:50 
GeneralRe: Access denied... Pin
simplicitylabs15-May-07 3:01
simplicitylabs15-May-07 3:01 
GeneralRe: Access denied... Pin
Martin#15-May-07 3:04
Martin#15-May-07 3:04 
QuestionCustom WinForm Inheritance Pin
3green15-May-07 2:27
3green15-May-07 2:27 
AnswerRe: Custom WinForm Inheritance Pin
Martin#15-May-07 2:34
Martin#15-May-07 2:34 
QuestionHow to load class file dynamically in C# .Net Pin
jmavn15-May-07 2:24
jmavn15-May-07 2:24 
AnswerRe: How to load class file dynamically in C# .Net Pin
Giorgi Dalakishvili15-May-07 2:29
mentorGiorgi Dalakishvili15-May-07 2:29 
GeneralRe: How to load class file dynamically in C# .Net Pin
jmavn15-May-07 2:34
jmavn15-May-07 2:34 
GeneralRe: How to load class file dynamically in C# .Net Pin
Giorgi Dalakishvili15-May-07 2:44
mentorGiorgi Dalakishvili15-May-07 2:44 
AnswerRe: How to load class file dynamically in C# .Net Pin
Guffa15-May-07 3:03
Guffa15-May-07 3:03 
GeneralRe: How to load class file dynamically in C# .Net Pin
jmavn15-May-07 18:20
jmavn15-May-07 18:20 
AnswerRe: How to load class file dynamically in C# .Net Pin
Guffa15-May-07 21:48
Guffa15-May-07 21:48 
GeneralRe: How to load class file dynamically in C# .Net Pin
jmavn15-May-07 18:27
jmavn15-May-07 18:27 

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.