Click here to Skip to main content
15,915,032 members
Home / Discussions / C#
   

C#

 
GeneralMessage Removed Pin
3-Nov-19 5:13
Acuena3-Nov-19 5:13 
Question[Solved] Safe way to insert USB-drive. Pin
Acuena1-Nov-19 5:48
Acuena1-Nov-19 5:48 
AnswerRe: Safe way to insert USB-drive. Pin
Richard Deeming1-Nov-19 6:27
mveRichard Deeming1-Nov-19 6:27 
GeneralRe: Safe way to insert USB-drive. Pin
Acuena1-Nov-19 12:38
Acuena1-Nov-19 12:38 
AnswerRe: Safe way to insert USB-drive. Pin
OriginalGriff1-Nov-19 6:43
mveOriginalGriff1-Nov-19 6:43 
GeneralRe: Safe way to insert USB-drive. Pin
Acuena1-Nov-19 12:38
Acuena1-Nov-19 12:38 
GeneralRe: Safe way to insert USB-drive. Pin
OriginalGriff1-Nov-19 12:44
mveOriginalGriff1-Nov-19 12:44 
QuestionUse From that's in a class library, from other programs Pin
Lupu5R3x1-Nov-19 1:46
Lupu5R3x1-Nov-19 1:46 
AnswerRe: Use From that's in a class library, from other programs Pin
Afzaal Ahmad Zeeshan1-Nov-19 2:09
professionalAfzaal Ahmad Zeeshan1-Nov-19 2:09 
GeneralRe: Use From that's in a class library, from other programs Pin
Lupu5R3x1-Nov-19 3:52
Lupu5R3x1-Nov-19 3:52 
QuestionDatagrid Cell content to only visible rows Pin
Member 135108471-Nov-19 0:01
Member 135108471-Nov-19 0:01 
AnswerRe: Datagrid Cell content to only visible rows Pin
Richard Deeming1-Nov-19 1:33
mveRichard Deeming1-Nov-19 1:33 
GeneralRe: Datagrid Cell content to only visible rows Pin
Member 135108471-Nov-19 18:47
Member 135108471-Nov-19 18:47 
GeneralRe: Datagrid Cell content to only visible rows Pin
Richard Deeming3-Nov-19 22:12
mveRichard Deeming3-Nov-19 22:12 
AnswerRe: Datagrid Cell content to only visible rows Pin
Dave Kreskowiak1-Nov-19 1:50
mveDave Kreskowiak1-Nov-19 1:50 
GeneralRe: Datagrid Cell content to only visible rows Pin
Member 135108471-Nov-19 18:50
Member 135108471-Nov-19 18:50 
GeneralRe: Datagrid Cell content to only visible rows Pin
Member 135108471-Nov-19 23:11
Member 135108471-Nov-19 23:11 
GeneralRe: Datagrid Cell content to only visible rows Pin
Dave Kreskowiak2-Nov-19 3:38
mveDave Kreskowiak2-Nov-19 3:38 
QuestionC# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 1464122431-Oct-19 21:22
Member 1464122431-Oct-19 21:22 
AnswerRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
OriginalGriff31-Oct-19 22:35
mveOriginalGriff31-Oct-19 22:35 
The JOIN syntax doesn't look like that:
SQL
SELECT a.columnName, b.ColumnName 
FROM MyTable a
INNER JOIN MyOtherTable b
ON a.ID == b.MyTableID

I'm really not sure exactly what you are trying to do - your description doesn't make a lot of sense, and we have no access to your data or the relationships between your tables - so start here: SQL Joins[^] and if you can't work it out, give us sample data for your tables, and show what result you expect and why.

Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
AntiTwitter: @DalekDave is now a follower!

GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 1464122431-Oct-19 22:51
Member 1464122431-Oct-19 22:51 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
OriginalGriff31-Oct-19 23:09
mveOriginalGriff31-Oct-19 23:09 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 1464122431-Oct-19 23:14
Member 1464122431-Oct-19 23:14 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
OriginalGriff31-Oct-19 23:26
mveOriginalGriff31-Oct-19 23:26 
GeneralRe: C# Sql calling function - SELECT from two diffrent Sql folders Pin
Member 146412241-Nov-19 0:11
Member 146412241-Nov-19 0:11 

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.