Click here to Skip to main content
15,887,294 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem when launching application Pin
Ibrahim.elh23-Oct-14 22:32
Ibrahim.elh23-Oct-14 22:32 
GeneralRe: problem when launching application Pin
OriginalGriff23-Oct-14 22:38
mveOriginalGriff23-Oct-14 22:38 
GeneralRe: problem when launching application Pin
Ibrahim.elh23-Oct-14 22:45
Ibrahim.elh23-Oct-14 22:45 
GeneralRe: problem when launching application Pin
Pete O'Hanlon23-Oct-14 22:42
mvePete O'Hanlon23-Oct-14 22:42 
GeneralRe: problem when launching application Pin
Ibrahim.elh23-Oct-14 23:01
Ibrahim.elh23-Oct-14 23:01 
GeneralRe: problem when launching application Pin
Pete O'Hanlon23-Oct-14 23:08
mvePete O'Hanlon23-Oct-14 23:08 
GeneralRe: problem when launching application Pin
Ibrahim.elh23-Oct-14 23:15
Ibrahim.elh23-Oct-14 23:15 
AnswerRe: problem when launching application Pin
eljainc24-Oct-14 10:59
eljainc24-Oct-14 10:59 
You must instantiate the connection and then open a database. Here is an example


OdbcConnection cnn = new OdbcConnection("DSN=DATABASE");
cnn.Open();


The parameter in this case would be the connection string. There are many different ways the connection string may be formed. It depends partially on which database type you are opening (SQL Server, MsAccess, Oracle, etc)
QuestionGenerate xls file Windows Service Pin
Member 841450123-Oct-14 11:05
Member 841450123-Oct-14 11:05 
AnswerRe: Generate xls file Windows Service Pin
Eddy Vluggen24-Oct-14 1:49
professionalEddy Vluggen24-Oct-14 1:49 
QuestionHow to retain the drop down (which is loaded from database) values when page posted to server in MVC (c#)..? Pin
Kranthikumar.polasa23-Oct-14 8:06
Kranthikumar.polasa23-Oct-14 8:06 
QuestionSend SMS Messages Pin
Kevin Marois23-Oct-14 4:56
professionalKevin Marois23-Oct-14 4:56 
AnswerRe: Send SMS Messages Pin
BillWoodruff23-Oct-14 6:51
professionalBillWoodruff23-Oct-14 6:51 
QuestionHow do I use this class Pin
MarkB12323-Oct-14 2:12
MarkB12323-Oct-14 2:12 
AnswerRe: How do I use this class Pin
Richard MacCutchan23-Oct-14 2:35
mveRichard MacCutchan23-Oct-14 2:35 
AnswerRe: How do I use this class Pin
OriginalGriff23-Oct-14 2:38
mveOriginalGriff23-Oct-14 2:38 
GeneralRe: How do I use this class Pin
MarkB12323-Oct-14 2:57
MarkB12323-Oct-14 2:57 
GeneralRe: How do I use this class Pin
OriginalGriff23-Oct-14 3:02
mveOriginalGriff23-Oct-14 3:02 
GeneralRe: How do I use this class Pin
MarkB12323-Oct-14 3:12
MarkB12323-Oct-14 3:12 
GeneralRe: How do I use this class Pin
Richard MacCutchan23-Oct-14 5:23
mveRichard MacCutchan23-Oct-14 5:23 
AnswerRe: How do I use this class Pin
BillWoodruff23-Oct-14 3:34
professionalBillWoodruff23-Oct-14 3:34 
AnswerRe: How do I use this class Pin
jschell23-Oct-14 8:45
jschell23-Oct-14 8:45 
QuestionTeamviewer Protocol Pin
Jassim Rahma22-Oct-14 23:11
Jassim Rahma22-Oct-14 23:11 
AnswerRe: Teamviewer Protocol Pin
Pete O'Hanlon22-Oct-14 23:48
mvePete O'Hanlon22-Oct-14 23:48 
AnswerRe: Teamviewer Protocol Pin
Richard MacCutchan23-Oct-14 0:31
mveRichard MacCutchan23-Oct-14 0:31 

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.