Click here to Skip to main content
15,892,768 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help on my African Game writing. Pin
OriginalGriff18-Nov-14 1:37
mveOriginalGriff18-Nov-14 1:37 
SuggestionRe: Help on my African Game writing. Pin
ZurdoDev18-Nov-14 2:06
professionalZurdoDev18-Nov-14 2:06 
GeneralRe: Help on my African Game writing. Pin
Member 1111384118-Nov-14 2:30
Member 1111384118-Nov-14 2:30 
AnswerRe: Help on my African Game writing. Pin
ZurdoDev18-Nov-14 2:33
professionalZurdoDev18-Nov-14 2:33 
QuestionCalling SSIS package from c# Pin
KhandelwalA17-Nov-14 18:32
KhandelwalA17-Nov-14 18:32 
AnswerRe: Calling SSIS package from c# Pin
ZurdoDev18-Nov-14 2:08
professionalZurdoDev18-Nov-14 2:08 
QuestionC#.net Pin
alpesh koriya16-Nov-14 20:06
alpesh koriya16-Nov-14 20:06 
AnswerRe: C#.net Pin
Mycroft Holmes16-Nov-14 20:48
professionalMycroft Holmes16-Nov-14 20:48 
GeneralRe: C#.net Pin
alpesh koriya16-Nov-14 22:24
alpesh koriya16-Nov-14 22:24 
GeneralRe: C#.net Pin
alpesh koriya16-Nov-14 22:25
alpesh koriya16-Nov-14 22:25 
AnswerRe: C#.net Pin
Pete O'Hanlon16-Nov-14 22:34
mvePete O'Hanlon16-Nov-14 22:34 
AnswerRe: C#.net Pin
Gerry Schmitz17-Nov-14 1:14
mveGerry Schmitz17-Nov-14 1:14 
Generalhow to make self signed code in xamarin IOS8 v2010 [moved] Pin
AhmedOsamaMoh16-Nov-14 19:57
AhmedOsamaMoh16-Nov-14 19:57 
AnswerRe: how to make self signed code in xamarin IOS8 v2010 Pin
CBadger16-Nov-14 20:05
professionalCBadger16-Nov-14 20:05 
GeneralRe: how to make self signed code in xamarin IOS8 v2010 Pin
Jacquers16-Nov-14 20:11
Jacquers16-Nov-14 20:11 
GeneralRe: how to make self signed code in xamarin IOS8 v2010 Pin
Mycroft Holmes16-Nov-14 20:31
professionalMycroft Holmes16-Nov-14 20:31 
GeneralRe: how to make self signed code in xamarin IOS8 v2010 Pin
OriginalGriff16-Nov-14 20:22
mveOriginalGriff16-Nov-14 20:22 
GeneralRe: how to make self signed code in xamarin IOS8 v2010 Pin
Richard Deeming17-Nov-14 3:07
mveRichard Deeming17-Nov-14 3:07 
QuestionQuery work in Access Query, but don't work in C# Pin
nta_388616-Nov-14 19:45
nta_388616-Nov-14 19:45 
My database Access have 3-columns : ID (int), Doc_no(string), Rcv_date(Date). I try to filter the newest row in the rows that have same Doc_no.
i have a query for database Access :
SQL
SELECT  ID, Doc_No, Rcv_Date, 
FROM            [SDC Documents Record] A
WHERE           (ID =
                   (SELECT        TOP 1 ID
                   FROM            [SDC Documents Record]
                   WHERE        (A.Doc_No = Doc_No)
                   ORDER BY    Rcv_Date DESC))


That query still work well with Query Tool in Access, but in Query Builder in Visual Stuido 12 - C#, there are message : "Error in WHERE clause near 'ORDER'" .
I don't know why. Plesea help me to fix it
leo

AnswerRe: Query work in Access Query, but don't work in C# Pin
Mycroft Holmes16-Nov-14 20:43
professionalMycroft Holmes16-Nov-14 20:43 
AnswerRe: Query work in Access Query, but don't work in C# Pin
Bernhard Hiller16-Nov-14 21:36
Bernhard Hiller16-Nov-14 21:36 
QuestionCalling a MySQL Stored Procedure over SSH using .PEM file Pin
bpoker16-Nov-14 4:33
bpoker16-Nov-14 4:33 
AnswerRe: Calling a MySQL Stored Procedure over SSH using .PEM file Pin
Richard MacCutchan16-Nov-14 5:10
mveRichard MacCutchan16-Nov-14 5:10 
Questionissue with date format when exporting to excel Pin
parkway15-Nov-14 6:23
parkway15-Nov-14 6:23 
AnswerRe: issue with date format when exporting to excel Pin
Mycroft Holmes15-Nov-14 12:54
professionalMycroft Holmes15-Nov-14 12: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.