Click here to Skip to main content
15,914,820 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Msgbox in asp.net Pin
Sathesh Sakthivel14-Jun-07 1:53
Sathesh Sakthivel14-Jun-07 1:53 
AnswerRe: Msgbox in asp.net Pin
Sylvester george14-Jun-07 2:01
Sylvester george14-Jun-07 2:01 
GeneralRe: Msgbox in asp.net Pin
shervin jijo14-Jun-07 18:15
shervin jijo14-Jun-07 18:15 
AnswerRe: Msgbox in asp.net Pin
koolprasad200314-Jun-07 23:19
professionalkoolprasad200314-Jun-07 23:19 
Questionwebpages flickers/Blinks during post backs.... Pin
dhulipudi14-Jun-07 1:29
dhulipudi14-Jun-07 1:29 
AnswerRe: webpages flickers/Blinks during post backs.... Pin
Sylvester george14-Jun-07 2:19
Sylvester george14-Jun-07 2:19 
GeneralRe: webpages flickers/Blinks during post backs.... Pin
dhulipudi14-Jun-07 3:21
dhulipudi14-Jun-07 3:21 
Questionquery problem (with date format) in dot net Pin
deep714-Jun-07 1:25
deep714-Jun-07 1:25 
this query when exceuted on oracle client does show the data:

select sum(locked_items) as locked_items ,sum(total_item_count) as total_item_count , sum(failed_item_count)as failed_item_count from ita_job_audit where to_date(job_created_on,'dd/MM/yyyy') = to_date('13/06/2007', 'dd/MM/yyyy') group by worker_process_oid

but when exceuted from my asp.net application...donn get any data in the dataset..here the code:
OracleConnection conn = new OracleConnection();
DataSet ds = new DataSet();
OracleDataAdapter adapter= new OracleDataAdapter();

adapter.SelectCommand = new OracleCommand(@"select sum(locked_items) as locked_items ,sum(total_item_count) as total_item_count, sum(failed_item_count)as failed_item_count from ita_job_audit where to_date(job_created_on,'dd/MM/yyyy') = to_date('13/06/2007', 'dd/MM/yyyy') group by worker_process_oid", conn);

adapter.Fill(ds,"Jobs");

My problem is with the date format in the query...if i put some other where condition (which has no date) then it gets the data...but with this particular where condition..it donn wrk...

its something to do with how dot net send data to the oracle client...
could anyone help me out here plz..

Thanks,
Dee


AnswerRe: query problem (with date format) in dot net Pin
andyharman14-Jun-07 3:33
professionalandyharman14-Jun-07 3:33 
GeneralRe: query problem (with date format) in dot net Pin
deep714-Jun-07 18:47
deep714-Jun-07 18:47 
QuestionChat coding Pin
Sathiya Narayanan14-Jun-07 1:22
Sathiya Narayanan14-Jun-07 1:22 
AnswerRe: Chat coding Pin
Sathesh Sakthivel14-Jun-07 1:30
Sathesh Sakthivel14-Jun-07 1:30 
QuestionHelp Pin
Kartik Rathi14-Jun-07 1:16
Kartik Rathi14-Jun-07 1:16 
AnswerRe: Help Pin
Sathesh Sakthivel14-Jun-07 1:19
Sathesh Sakthivel14-Jun-07 1:19 
QuestionCrystal Reports Pin
teddddddddddd14-Jun-07 1:06
teddddddddddd14-Jun-07 1:06 
AnswerRe: Crystal Reports Pin
Sathesh Sakthivel14-Jun-07 1:22
Sathesh Sakthivel14-Jun-07 1:22 
QuestionData grid Problem :- Very Urgent Pin
Devkranth Kishore Vanja14-Jun-07 0:58
Devkranth Kishore Vanja14-Jun-07 0:58 
AnswerRe: Data grid Problem :- Very Urgent Pin
nareshss14-Jun-07 1:08
nareshss14-Jun-07 1:08 
GeneralRe: Data grid Problem :- Very Urgent Pin
Devkranth Kishore Vanja14-Jun-07 3:07
Devkranth Kishore Vanja14-Jun-07 3:07 
AnswerRe: Data grid Problem :- Very Urgent Pin
marky77714-Jun-07 1:37
marky77714-Jun-07 1:37 
AnswerRe: Data grid Problem :- Very Urgent Pin
pradeep kumarappagari14-Jun-07 1:43
pradeep kumarappagari14-Jun-07 1:43 
QuestionConfigure SSL [modified] Pin
Blue_Boy14-Jun-07 0:54
Blue_Boy14-Jun-07 0:54 
QuestionHow to play video using asp.net? Pin
Ptiwari314-Jun-07 0:31
Ptiwari314-Jun-07 0:31 
AnswerRe: How to play video using asp.net? Pin
Sylvester george14-Jun-07 1:19
Sylvester george14-Jun-07 1:19 
GeneralRe: How to play video using asp.net? Pin
Ptiwari314-Jun-07 1:59
Ptiwari314-Jun-07 1:59 

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.