Click here to Skip to main content
15,914,013 members
Home / Discussions / C#
   

C#

 
GeneralRe: struct and null Pin
Colin Angus Mackay7-Aug-08 2:00
Colin Angus Mackay7-Aug-08 2:00 
AnswerRe: struct and null Pin
PIEBALDconsult5-Aug-08 17:01
mvePIEBALDconsult5-Aug-08 17:01 
GeneralRe: struct and null Pin
DaveyM697-Aug-08 1:03
professionalDaveyM697-Aug-08 1:03 
QuestionMonitoring system useage preformance Pin
Scalee5-Aug-08 9:49
Scalee5-Aug-08 9:49 
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 

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.