Click here to Skip to main content
16,003,555 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to export data to sql uploaded in web Pin
Prabhu S M15-Jan-14 0:48
Prabhu S M15-Jan-14 0:48 
QuestionMySQL connection [solved] Pin
V.13-Jan-14 2:36
professionalV.13-Jan-14 2:36 
AnswerRe: MySQL connection [solved] Pin
OriginalGriff13-Jan-14 6:21
mveOriginalGriff13-Jan-14 6:21 
Questionnetwork printer management Pin
iraheb12-Jan-14 0:25
iraheb12-Jan-14 0:25 
AnswerRe: network printer management Pin
OriginalGriff12-Jan-14 1:47
mveOriginalGriff12-Jan-14 1:47 
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 
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 
Why are you constantly turning IDENTITY_INSERT on and off (it's always on by default)?? This should normally be turned on and left alone. It should be turned off only for importing existing data, for example, during a migration of the database. This should not be done as normal course for inserting a record.

GeneralRe: Visual Studio 2010 - Set IDENTITY_INSERT <Table> ON Pin
Member 105135979-Jan-14 5:28
Member 105135979-Jan-14 5:28 

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.