Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: issue with date format when exporting to excel Pin
Richard MacCutchan15-Nov-14 21:36
mveRichard MacCutchan15-Nov-14 21:36 
QuestionGeneric EventHandlers Pin
conradsmith14-Nov-14 22:27
conradsmith14-Nov-14 22:27 
AnswerRe: Generic EventHandlers Pin
Richard MacCutchan14-Nov-14 23:43
mveRichard MacCutchan14-Nov-14 23:43 
Questioncan i use viewstate in if else conditon? Pin
Member 1122118514-Nov-14 20:45
Member 1122118514-Nov-14 20:45 
AnswerRe: can i use viewstate in if else conditon? Pin
Mycroft Holmes14-Nov-14 21:28
professionalMycroft Holmes14-Nov-14 21:28 
GeneralRe: can i use viewstate in if else conditon? Pin
Member 1122118514-Nov-14 22:15
Member 1122118514-Nov-14 22:15 
GeneralRe: can i use viewstate in if else conditon? Pin
Mycroft Holmes14-Nov-14 23:44
professionalMycroft Holmes14-Nov-14 23:44 
QuestionLooking for simple graph library for C# windows console app Pin
jsundownr14-Nov-14 4:29
jsundownr14-Nov-14 4:29 
AnswerRe: Looking for simple graph library for C# windows console app Pin
OriginalGriff14-Nov-14 4:47
mveOriginalGriff14-Nov-14 4:47 
AnswerRe: Looking for simple graph library for C# windows console app Pin
jsundownr14-Nov-14 5:19
jsundownr14-Nov-14 5:19 
AnswerRe: Looking for simple graph library for C# windows console app Pin
BillWoodruff14-Nov-14 5:55
professionalBillWoodruff14-Nov-14 5:55 

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.