Click here to Skip to main content
15,914,109 members
Home / Discussions / C#
   

C#

 
AnswerRe: Facebook session key question Pin
Eddy Vluggen16-Jul-10 0:47
professionalEddy Vluggen16-Jul-10 0:47 
GeneralRe: Facebook session key question Pin
Etienne_12316-Jul-10 0:50
Etienne_12316-Jul-10 0:50 
GeneralRe: Facebook session key question Pin
Eddy Vluggen16-Jul-10 0:55
professionalEddy Vluggen16-Jul-10 0:55 
GeneralRe: Facebook session key question Pin
Etienne_12316-Jul-10 1:04
Etienne_12316-Jul-10 1:04 
GeneralRe: Facebook session key question Pin
Eddy Vluggen16-Jul-10 1:13
professionalEddy Vluggen16-Jul-10 1:13 
GeneralRe: Facebook session key question Pin
Etienne_12316-Jul-10 1:19
Etienne_12316-Jul-10 1:19 
GeneralRe: Facebook session key question Pin
Eddy Vluggen16-Jul-10 3:23
professionalEddy Vluggen16-Jul-10 3:23 
QuestionHelp Regarding DATARELATIONSHIP Pin
amaankhan15-Jul-10 21:20
amaankhan15-Jul-10 21:20 
Please Friends Help me

i have 4 tables
1. Master Book Table (MBookId,BookId,AuthorId,PubId)
2. Book Name ( BookId,BookName)
3. Author Name (AuthorId,AuthorName)
4. Publisher Name (PubId, PubName)

DAL
UI Layer

DAL ----
Please suggest me how to achieve Datarelationship
DataRelation dr = new DataRelation("BookBookName",
                ds.Tables["MBook"].Columns["BookId"],
                ds.Tables["Book"].Columns["BookId"]);

            ds.Relations.Add(dr);


is this right ?

and how to use this in UI to get data, insert,update, save.. etc

i google a lot but didn't find the right solution for my purpose

and is datarelation ship with dataset is better or NHIBERNATE

if nhiberate is better then do ineed to start in from start i mean i have to create the tables and all that once..........

i have already created the datatable and DAL methods of Save Edit etc....

Please Help

Thank you very much EveryOne..... (specially CODEPROJECT)
AnswerRe: Help Regarding DATARELATIONSHIP Pin
Peace ON15-Jul-10 21:33
Peace ON15-Jul-10 21:33 
QuestionCircular dependency in dlls Pin
Blubbo15-Jul-10 7:53
Blubbo15-Jul-10 7:53 
AnswerRe: Circular dependency in dlls Pin
Richard MacCutchan15-Jul-10 9:00
mveRichard MacCutchan15-Jul-10 9:00 
GeneralRe: Circular dependency in dlls Pin
Blubbo15-Jul-10 9:02
Blubbo15-Jul-10 9:02 
GeneralRe: Circular dependency in dlls Pin
Richard MacCutchan15-Jul-10 9:37
mveRichard MacCutchan15-Jul-10 9:37 
AnswerRe: Circular dependency in dlls Pin
_Maxxx_15-Jul-10 18:05
professional_Maxxx_15-Jul-10 18:05 
GeneralRe: Circular dependency in dlls Pin
Blubbo19-Jul-10 2:26
Blubbo19-Jul-10 2:26 
QuestionError when using stored procedure in C#.net Pin
Dhyanga15-Jul-10 5:08
Dhyanga15-Jul-10 5:08 
AnswerRe: Error when using stored procedure in C#.net Pin
T M Gray15-Jul-10 6:25
T M Gray15-Jul-10 6:25 
GeneralRe: Error when using stored procedure in C#.net Pin
Dhyanga15-Jul-10 6:30
Dhyanga15-Jul-10 6:30 
AnswerRe: Error when using stored procedure in C#.net Pin
GgAben21-Jul-10 2:06
GgAben21-Jul-10 2:06 
Questionhi can any one suggest me quickest(optimized) way to call an stored procedure from my c# code for every row of data table (rows can be for example 20000)? what is "optimized" ? Pin
sohailch4015-Jul-10 3:45
sohailch4015-Jul-10 3:45 
AnswerRe: hi can any one suggest me quickest(optimized) way to call an stored procedure from my c# code for every row of data table (rows can be for example 20000)? what is "optimized" ? Pin
Ennis Ray Lynch, Jr.15-Jul-10 3:55
Ennis Ray Lynch, Jr.15-Jul-10 3:55 
QuestionDictionary <-> JSON Pin
softwarejaeger15-Jul-10 1:57
softwarejaeger15-Jul-10 1:57 
AnswerRe: Dictionary JSON Pin
Peace ON15-Jul-10 2:12
Peace ON15-Jul-10 2:12 
Questionmove items up and down in listbox Pin
NarVish15-Jul-10 1:29
NarVish15-Jul-10 1:29 
AnswerRe: move items up and down in listbox Pin
Peace ON15-Jul-10 1:45
Peace ON15-Jul-10 1:45 

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.