Click here to Skip to main content
15,900,681 members
Home / Discussions / C#
   

C#

 
QuestionRe: Monitoring system useage preformance Pin
led mike5-Aug-08 10:28
led mike5-Aug-08 10:28 
AnswerRe: Monitoring system useage preformance Pin
Dan Neely5-Aug-08 10:39
Dan Neely5-Aug-08 10:39 
GeneralRe: Monitoring system useage preformance Pin
Scalee5-Aug-08 10:51
Scalee5-Aug-08 10:51 
GeneralRe: Monitoring system useage preformance Pin
Mark Churchill5-Aug-08 14:44
Mark Churchill5-Aug-08 14:44 
AnswerRe: Monitoring system useage preformance Pin
MarkB7775-Aug-08 14:33
MarkB7775-Aug-08 14:33 
QuestionHow to use "SELECT" statement on DataTables [modified] Pin
Verghese5-Aug-08 9:24
Verghese5-Aug-08 9:24 
AnswerRe: How to use "SELECT" statement on DataTables Pin
Wendelius5-Aug-08 9:36
mentorWendelius5-Aug-08 9:36 
GeneralRe: How to use "SELECT" statement on DataTables Pin
Verghese5-Aug-08 10:02
Verghese5-Aug-08 10:02 
Thanks Mika.

Just now I learned that, ADO.Net expressions do not support the "BETWEEN" keyword (it's showing an error as : Expression contains unsupported operator"BETWEEN").......so I just break it up into clauses with an "AND" as

"ADM_DATE > StartDate AND ADM_DATE < EndDate"


And when I'm using the above lines, its showing up the database connection popup, where it asks for Server Name, Database Type, LoginId, Password etc. That means that its still looking for the Crystal Reports datasource as DataSet's Table.

My previously working Crystal Reports datasource expression was like this :

myReport.SetDataSource(newPDS.Tables["SAMFILE_CLIENTP"]);


where : <br />
newPDS - DataSet <br />
SAMFILE_CLIENTP - DataSet Table



Any idea ???
GeneralRe: How to use "SELECT" statement on DataTables Pin
Wendelius5-Aug-08 10:13
mentorWendelius5-Aug-08 10:13 
Questionpicturebox resources options Pin
Tamimi - Code5-Aug-08 9:23
Tamimi - Code5-Aug-08 9:23 
AnswerRe: picturebox resources options Pin
Wendelius5-Aug-08 9:43
mentorWendelius5-Aug-08 9:43 
GeneralRe: picturebox resources options Pin
Tamimi - Code5-Aug-08 9:53
Tamimi - Code5-Aug-08 9:53 
GeneralRe: picturebox resources options Pin
Wendelius5-Aug-08 10:00
mentorWendelius5-Aug-08 10:00 
GeneralRe: picturebox resources options Pin
Tamimi - Code5-Aug-08 10:13
Tamimi - Code5-Aug-08 10:13 
GeneralRe: picturebox resources options Pin
Wendelius5-Aug-08 10:18
mentorWendelius5-Aug-08 10:18 
QuestionVersioning a file. Pin
udaykatakam5-Aug-08 9:01
udaykatakam5-Aug-08 9:01 
AnswerRe: Versioning a file. Pin
Wendelius5-Aug-08 9:49
mentorWendelius5-Aug-08 9:49 
GeneralRe: Versioning a file. Pin
udaykatakam6-Aug-08 6:23
udaykatakam6-Aug-08 6:23 
QuestionRe: Versioning a file. Pin
Wendelius6-Aug-08 7:12
mentorWendelius6-Aug-08 7:12 
QuestionThead synchronization(MUTEX) on windows Service-C#.net Pin
balu123455-Aug-08 8:11
balu123455-Aug-08 8:11 
AnswerRe: Thead synchronization(MUTEX) on windows Service-C#.net Pin
N a v a n e e t h5-Aug-08 8:16
N a v a n e e t h5-Aug-08 8:16 
GeneralRe: Thead synchronization(MUTEX) on windows Service-C#.net Pin
balu123455-Aug-08 8:26
balu123455-Aug-08 8:26 
QuestionHow to remember font size changed by ctrl+mouse wheel Pin
AndrusM5-Aug-08 7:35
AndrusM5-Aug-08 7:35 
AnswerRe: How to remember font size changed by ctrl+mouse wheel Pin
Wendelius5-Aug-08 8:37
mentorWendelius5-Aug-08 8:37 
QuestionRow with Empty Field are not displayed if i use DataGridView.Rowfilter Pin
_rush_5-Aug-08 5:52
_rush_5-Aug-08 5:52 

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.