Click here to Skip to main content
15,794,124 members
Home / Discussions / C#
   

C#

 
GeneralRe: saving a Word Doc from address bar in .net/C# Pin
Richard MacCutchan26-Jul-20 7:46
mveRichard MacCutchan26-Jul-20 7:46 
GeneralRe: saving a Word Doc from address bar in .net/C# Pin
Richard Deeming27-Jul-20 0:50
mveRichard Deeming27-Jul-20 0:50 
GeneralRe: saving a Word Doc from address bar in .net/C# Pin
Richard MacCutchan27-Jul-20 1:03
mveRichard MacCutchan27-Jul-20 1:03 
AnswerRe: saving a Word Doc from address bar in .net/C# Pin
Richard Deeming27-Jul-20 0:51
mveRichard Deeming27-Jul-20 0:51 
QuestionGet List Of SQL Foreign Keys Using C# Pin
Kevin Marois24-Jul-20 7:46
professionalKevin Marois24-Jul-20 7:46 
AnswerRe: Get List Of SQL Foreign Keys Using C# Pin
Richard Deeming24-Jul-20 8:29
mveRichard Deeming24-Jul-20 8:29 
GeneralRe: Get List Of SQL Foreign Keys Using C# Pin
Kevin Marois24-Jul-20 8:42
professionalKevin Marois24-Jul-20 8:42 
GeneralRe: Get List Of SQL Foreign Keys Using C# Pin
Dave Kreskowiak24-Jul-20 8:49
mveDave Kreskowiak24-Jul-20 8:49 
It's no different from executing a SELECT on any other database tables.

You can use a normal SqlConnection and SqlCommand objects and execute a reader, or just use a SqlDataAdapter and just fill a DataTable.

GeneralRe: Get List Of SQL Foreign Keys Using C# Pin
Kevin Marois24-Jul-20 8:53
professionalKevin Marois24-Jul-20 8:53 
GeneralRe: Get List Of SQL Foreign Keys Using C# Pin
Kevin Marois24-Jul-20 8:53
professionalKevin Marois24-Jul-20 8:53 
GeneralRe: Get List Of SQL Foreign Keys Using C# Pin
OriginalGriff24-Jul-20 8:50
mvaOriginalGriff24-Jul-20 8:50 
GeneralRe: Get List Of SQL Foreign Keys Using C# Pin
Kevin Marois24-Jul-20 8:53
professionalKevin Marois24-Jul-20 8:53 
QuestionWhat's the most easy-to-read way of initializing a string-int-pair array? Pin
arnold_w23-Jul-20 22:56
arnold_w23-Jul-20 22:56 
AnswerRe: What's the most easy-to-read way of initializing a string-int-pair array? Pin
OriginalGriff23-Jul-20 23:18
mvaOriginalGriff23-Jul-20 23:18 
AnswerRe: What's the most easy-to-read way of initializing a string-int-pair array? Pin
Richard MacCutchan23-Jul-20 23:22
mveRichard MacCutchan23-Jul-20 23:22 
AnswerRe: What's the most easy-to-read way of initializing a string-int-pair array? Pin
Richard Deeming23-Jul-20 23:39
mveRichard Deeming23-Jul-20 23:39 
GeneralRe: What's the most easy-to-read way of initializing a string-int-pair array? Pin
jsc4224-Jul-20 4:17
professionaljsc4224-Jul-20 4:17 
AnswerRe: What's the most easy-to-read way of initializing a string-int-pair array? Pin
Gerry Schmitz25-Jul-20 8:30
mveGerry Schmitz25-Jul-20 8:30 
AnswerRe: What's the most easy-to-read way of initializing a string-int-pair array? Pin
BillWoodruff27-Jul-20 18:25
professionalBillWoodruff27-Jul-20 18:25 
QuestionHow to convert C++ 2005 project to 2016 Pin
Sheryl Brock23-Jul-20 5:14
Sheryl Brock23-Jul-20 5:14 
AnswerRe: How to convert C++ 2005 project to 2016 Pin
OriginalGriff23-Jul-20 5:18
mvaOriginalGriff23-Jul-20 5:18 
SuggestionRe: How to convert C++ 2005 project to 2016 Pin
Richard Deeming23-Jul-20 7:49
mveRichard Deeming23-Jul-20 7:49 
Questionclass to open its database Pin
ago248621-Jul-20 1:17
ago248621-Jul-20 1:17 
GeneralRe: class to open its database Pin
Richard MacCutchan21-Jul-20 1:46
mveRichard MacCutchan21-Jul-20 1:46 
GeneralRe: class to open its database Pin
ago248621-Jul-20 1:55
ago248621-Jul-20 1:55 

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.