User Profile

Collapse

Profile Sidebar

Collapse
sri devi
sri devi
Last Activity: Nov 4 '10, 05:09 AM
Joined: Sep 20 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I got error like "ORA-00971: missing SET keyword" why?

    Dear all,

    My Query is below,
    Code:
    Update iz_zone, iz_page, iz_object_zone, iz_page_inv SET iz_zone.to_spg = 1,iz_zone.from_spg = 1,iz_page.spg_no=1,iz_object_zone.to_spg = 1,iz_object_zone.from_spg = 1,iz_page_inv.src_pg_no = 1 where iz_page.page_inv_id = iz_page_inv.page_inv_id and iz_zone.page_id = iz_object_zone.page_id and iz_zone.page_id = iz_page.page_id and iz_object_zone.page_id = iz_page.page_id;
    Kindly,...
    See more | Go to post
    Last edited by Atli; Oct 26 '10, 11:45 PM. Reason: Please use [code] tags when posting code!

  • How to compare a row and column in a datagrid in asp.net using c#?

    Hi Frnz,

    I have 2 datsets named ds and ds1 and merged that datasets into a single table named dt. Now, i want to compare the first dataset row value with second dataset column values For Ex: 1 dataset row contains the value as "SriDevi" means, i want to compare and find how many times the value "SriDevi" appears in second dataset columns and count the appearance. And give the answer as the "count". The...
    See more | Go to post
    Last edited by Frinavale; Oct 8 '10, 08:37 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • how to hide a column in a datagrid but autogenerated columns = "True&quot ;?

    First Thanks for ur response,i tried to do the following code. It helps more......

    DataSetname.Col umns.Remove("Co lumnName");

    Thanks,
    Sri Devi S
    See more | Go to post

    Leave a comment:


  • how to hide a column in a datagrid but autogenerated columns = "True&quot ;?

    Hi Frnz,

    How to hide a column in a datagrid but, the property named Autogenerated Columns = "True". Because I want to add a datacolumn dynamically... My Question is how to hide that columns?
    See more | Go to post

    Leave a comment:


  • Thanks, for your Reply......

    My Question is, I have two columns in a datatable such as "Link1" and "Link2". The Link1 and Link2 column as 10 Rows.

    I want to compare Link1 first Row with Link2's 10 rows. How?

    Kindly, give reply.....

    Thanks,
    Sri Devi
    See more | Go to post

    Leave a comment:


  • how to hide a column in a datagrid but autogenerated columns = "True"?

    Hi Frnz,

    How to hide a column in a datagrid but, the property named Autogenerated Columns = "True". b'coz i want to add a datacolumn dynamically.... ... My Question is how to hide that columns??????
    See more | Go to post

  • How to compare a single row value with an whole column value in c#???

    Hi Frnz,
    Kindly, help me. How to compare a single row with a whole column value in C3
    For Ex:
    ROW COLUMN
    ----------------------
    SRI DEVI
    BABU
    SRI

    I want to know the first row value "SRI" is present in that column or not. If its present no work, if its not present the row[0] value will be my answer......

    Code:
    
    
    ...
    See more | Go to post
No activity results to display
Show More
Working...