Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Connecting a Report (.rdlc) and (.mdf) file programmetically Pin
csetopper_bhanu26-Apr-10 17:43
csetopper_bhanu26-Apr-10 17:43 
QuestionDetect Paste In DataGridView Pin
Kevin Marois26-Apr-10 16:30
professionalKevin Marois26-Apr-10 16:30 
AnswerRe: Detect Paste In DataGridView Pin
Mycroft Holmes26-Apr-10 17:22
professionalMycroft Holmes26-Apr-10 17:22 
AnswerRe: Detect Paste In DataGridView Pin
Abhinav S26-Apr-10 18:51
Abhinav S26-Apr-10 18:51 
QuestionColumns or Rows.... what's best?! Pin
Jassim Rahma26-Apr-10 13:01
Jassim Rahma26-Apr-10 13:01 
AnswerRe: Columns or Rows.... what's best?! Pin
Luc Pattyn26-Apr-10 13:06
sitebuilderLuc Pattyn26-Apr-10 13:06 
GeneralRe: Columns or Rows.... what's best?! Pin
Jassim Rahma26-Apr-10 13:17
Jassim Rahma26-Apr-10 13:17 
GeneralRe: Columns or Rows.... what's best?! Pin
Luc Pattyn26-Apr-10 13:24
sitebuilderLuc Pattyn26-Apr-10 13:24 
That is a big number. I don't like that many columns in any table. Are you sure you need that many?

There is an alternative, where you basically use one row for each user, privilege combination granted.

TABLE: UsersAndRights
FIELDS: ID, userID, rightID

TABLE: users
FIELDS: userID, more user data

TABLE: rights
FIELDS: rightID, more rights data

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

Prolific encyclopedia fixture proof-reader browser patron addict?
We all depend on the beast below.


AnswerRe: Columns or Rows.... what's best?! Pin
PIEBALDconsult26-Apr-10 13:36
mvePIEBALDconsult26-Apr-10 13:36 
AnswerRe: Columns or Rows.... what's best?! Pin
PIEBALDconsult26-Apr-10 14:09
mvePIEBALDconsult26-Apr-10 14:09 
AnswerRe: Columns or Rows.... what's best?! Pin
AspDotNetDev26-Apr-10 14:19
protectorAspDotNetDev26-Apr-10 14:19 
AnswerRe: Columns or Rows.... what's best?! Pin
Mycroft Holmes26-Apr-10 14:49
professionalMycroft Holmes26-Apr-10 14:49 
QuestionProblem when adding gui to console application Pin
igalep13226-Apr-10 13:01
igalep13226-Apr-10 13:01 
AnswerRe: Problem when adding gui to console application Pin
PIEBALDconsult26-Apr-10 13:47
mvePIEBALDconsult26-Apr-10 13:47 
Questionsearch for a word in other languages Pin
mrkeivan26-Apr-10 9:58
mrkeivan26-Apr-10 9:58 
AnswerRe: search for a word in other languages Pin
Henry Minute26-Apr-10 10:07
Henry Minute26-Apr-10 10:07 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 10:47
sitebuilderLuc Pattyn26-Apr-10 10:47 
GeneralRe: search for a word in other languages Pin
Henry Minute26-Apr-10 11:42
Henry Minute26-Apr-10 11:42 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 11:47
sitebuilderLuc Pattyn26-Apr-10 11:47 
GeneralRe: search for a word in other languages Pin
Henry Minute26-Apr-10 11:57
Henry Minute26-Apr-10 11:57 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 12:07
sitebuilderLuc Pattyn26-Apr-10 12:07 
AnswerRe: search for a word in other languages Pin
Ravi Bhavnani26-Apr-10 10:18
professionalRavi Bhavnani26-Apr-10 10:18 
AnswerRe: search for a word in other languages Pin
Eddy Vluggen26-Apr-10 11:16
professionalEddy Vluggen26-Apr-10 11:16 
GeneralRe: search for a word in other languages Pin
Luc Pattyn26-Apr-10 12:06
sitebuilderLuc Pattyn26-Apr-10 12:06 
GeneralRe: search for a word in other languages Pin
Eddy Vluggen26-Apr-10 12:35
professionalEddy Vluggen26-Apr-10 12:35 

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.