Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
AnswerRe: network printer management Pin
Marco Bertschi12-Jan-14 5:14
protectorMarco Bertschi12-Jan-14 5:14 
Questionimport dat from excel to sql Pin
fatemehsoleimani10-Jan-14 23:24
fatemehsoleimani10-Jan-14 23:24 
AnswerRe: import dat from excel to sql Pin
Richard MacCutchan10-Jan-14 23:56
mveRichard MacCutchan10-Jan-14 23:56 
GeneralRe: import dat from excel to sql Pin
fatemehsoleimani11-Jan-14 7:31
fatemehsoleimani11-Jan-14 7:31 
Questionhow to display the value of id result in access database in a datagridview using c# Pin
Member 1049158710-Jan-14 6:02
Member 1049158710-Jan-14 6:02 
AnswerRe: how to display the value of id result in access database in a datagridview using c# Pin
Eddy Vluggen10-Jan-14 6:21
professionalEddy Vluggen10-Jan-14 6:21 
QuestionSQL Primary Key Issue Pin
Glen Childs10-Jan-14 0:21
Glen Childs10-Jan-14 0:21 
AnswerRe: SQL Primary Key Issue PinPopular
Wayne Gaylard10-Jan-14 0:50
professionalWayne Gaylard10-Jan-14 0:50 
Well, the error says it all. There are obviously 2 customers with the value 105 in the ACCOUNT field in the 'CSV' table. You need to either remove the Primary key restraint on dbo.customer (not recommended) or remove one of the customers in the 'CSV' table with ACCOUNT 105.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman

AnswerRe: SQL Primary Key Issue Pin
Simon_Whale10-Jan-14 1:35
Simon_Whale10-Jan-14 1:35 
QuestionHow can I get HotSpot and Size of mouse cursor in C#? Pin
job@3deden.com9-Jan-14 21:27
job@3deden.com9-Jan-14 21:27 
AnswerRe: How can I get HotSpot and Size of mouse cursor in C#? Pin
Richard MacCutchan9-Jan-14 22:54
mveRichard MacCutchan9-Jan-14 22:54 
QuestionHOw can i export multiple datagridview to an excel file with multiple sheet Pin
Real_Criffer9-Jan-14 2:45
Real_Criffer9-Jan-14 2:45 
AnswerRe: HOw can i export multiple datagridview to an excel file with multiple sheet Pin
237419-Jan-14 3:03
237419-Jan-14 3:03 
AnswerRe: HOw can i export multiple datagridview to an excel file with multiple sheet Pin
Eddy Vluggen9-Jan-14 8:53
professionalEddy Vluggen9-Jan-14 8:53 
QuestionVisual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Member 105135979-Jan-14 2:03
Member 105135979-Jan-14 2:03 
SuggestionRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Richard Deeming9-Jan-14 3:14
mveRichard Deeming9-Jan-14 3:14 
GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Member 105135979-Jan-14 5:57
Member 105135979-Jan-14 5:57 
GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Richard Deeming9-Jan-14 7:42
mveRichard Deeming9-Jan-14 7:42 
AnswerRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Dave Kreskowiak9-Jan-14 4:19
mveDave Kreskowiak9-Jan-14 4:19 
GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Member 105135979-Jan-14 5:28
Member 105135979-Jan-14 5:28 
GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Pete O'Hanlon9-Jan-14 6:48
mvePete O'Hanlon9-Jan-14 6:48 
GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Member 105135979-Jan-14 8:23
Member 105135979-Jan-14 8:23 
GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Pete O'Hanlon9-Jan-14 8:43
mvePete O'Hanlon9-Jan-14 8:43 
GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Member 105135979-Jan-14 9:19
Member 105135979-Jan-14 9:19 
GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Dave Kreskowiak9-Jan-14 7:48
mveDave Kreskowiak9-Jan-14 7:48 

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.