Click here to Skip to main content
15,888,069 members
Home / Discussions / C#
   

C#

 
QuestionRe: public...() where T statement confusion?? Pin
Sevententh12-May-10 23:33
Sevententh12-May-10 23:33 
AnswerRe: public...() where T statement confusion?? Pin
Tony Richards12-May-10 23:37
Tony Richards12-May-10 23:37 
GeneralRe: public...() where T statement confusion?? Pin
Sevententh12-May-10 23:59
Sevententh12-May-10 23:59 
Questionsend file via bluetooth Pin
behzadcp12-May-10 20:05
professionalbehzadcp12-May-10 20:05 
AnswerRe: send file via bluetooth Pin
Abhinav S12-May-10 20:23
Abhinav S12-May-10 20:23 
QuestionADO.NET Sql cmd/adapters and multiple line SQL statements Pin
devvvy12-May-10 18:22
devvvy12-May-10 18:22 
AnswerRe: ADO.NET Sql cmd/adapters and multiple line SQL statements Pin
Abhinav S12-May-10 18:26
Abhinav S12-May-10 18:26 
GeneralRe: ADO.NET Sql cmd/adapters and multiple line SQL statements Pin
devvvy12-May-10 18:47
devvvy12-May-10 18:47 
for example

<br />
IF OBJECT_ID('TEMPDB..#SomeTmp)	IS NOT NULL DROP TABLE #SomeTmp<br />
CREATE TABLE #SomeTmp<br />
(<br />
	a datetime,<br />
	b float,<br />
	c float,<br />
        ...<br />
)<br />
// Some comment BLOWS UP HERE <br />
insert into #SomeTmp<br />
   exec SomeProc xxxxx

dev

GeneralRe: ADO.NET Sql cmd/adapters and multiple line SQL statements Pin
J4amieC12-May-10 21:46
J4amieC12-May-10 21:46 
GeneralRe: ADO.NET Sql cmd/adapters and multiple line SQL statements Pin
PIEBALDconsult13-May-10 4:07
mvePIEBALDconsult13-May-10 4:07 
QuestionDataRowState not working as expected Pin
gmhanna12-May-10 9:38
gmhanna12-May-10 9:38 
AnswerRe: DataRowState not working as expected Pin
Gopal.S12-May-10 18:21
Gopal.S12-May-10 18:21 
QuestionServer program error: Unable to read data from the transport connection Pin
aei_totten12-May-10 8:02
aei_totten12-May-10 8:02 
AnswerRe: Server program error: Unable to read data from the transport connection Pin
aei_totten12-May-10 8:12
aei_totten12-May-10 8:12 
QuestionC# and vss Pin
Zeyad Jalil12-May-10 6:07
professionalZeyad Jalil12-May-10 6:07 
AnswerRe: C# and vss Pin
Abhinav S12-May-10 6:16
Abhinav S12-May-10 6:16 
GeneralRe: C# and vss Pin
Zeyad Jalil12-May-10 6:21
professionalZeyad Jalil12-May-10 6:21 
AnswerSame question Pin
Not Active12-May-10 7:27
mentorNot Active12-May-10 7:27 
AnswerRe: C# and vss Pin
Michel Godfroid12-May-10 9:51
Michel Godfroid12-May-10 9:51 
AnswerRe: C# and vss Pin
Pete O'Hanlon12-May-10 12:43
mvePete O'Hanlon12-May-10 12:43 
QuestionCritical Problem : MyTableAdapter.Adapter.SelectCommand is null. Pin
hdv21212-May-10 5:07
hdv21212-May-10 5:07 
AnswerRe: Critical Problem : MyTableAdapter.Adapter.SelectCommand is null. Pin
OriginalGriff12-May-10 5:10
mveOriginalGriff12-May-10 5:10 
AnswerRe: Critical Problem : MyTableAdapter.Adapter.SelectCommand is null. Pin
Abhinav S12-May-10 5:28
Abhinav S12-May-10 5:28 
GeneralRe: Critical Problem : MyTableAdapter.Adapter.SelectCommand is null. Pin
hdv21212-May-10 8:10
hdv21212-May-10 8:10 
QuestionESP error when calling C# from Unmanaged C++ Pin
mtnM@n12-May-10 3:54
mtnM@n12-May-10 3:54 

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.