User Profile

Collapse

Profile Sidebar

Collapse
Anila
Anila
Last Activity: Jul 28 '08, 11:21 AM
Joined: May 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Anila
    started a topic how to read data from Form to txt/doc file

    how to read data from Form to txt/doc file

    Hi all,

    I created Form for the employee data entry, and the fields are like EmpName, date of birth, address, gender, education qualification, and also command buttons like clear, submit and close.

    I am trying to do is when we enter data into the FORM and press Submit button those data will send to some text file like Employee.txt.

    I am not getting that. please help me its urgent.

    ...
    See more | Go to post

  • Anila
    started a topic C# Override Error
    in .NET

    C# Override Error

    Hi........

    My problem is i wrote a program for drawing a line in Csharp.

    My code is
    using System;
    using System.Collecti ons.Generic;
    using System.Componen tModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows. Forms;
    using System.Drawing. Imaging;
    using System.Drawing. Drawing2D;
    using System.Collecti ons;

    ...
    See more | Go to post

  • Anila
    replied to Count
    i got it. Thanks for your help.
    See more | Go to post

    Leave a comment:


  • Anila
    replied to Count
    its giving a missing operator expression in OVER
    See more | Go to post

    Leave a comment:


  • Anila
    started a topic Count

    Count

    Hi ALL........

    I count the Space References named as level4itemkey to the properties Schools. those properties are having the Assettypekey.

    My problem is......

    SELECT School.UPRN, School.SchoolNa me, School.DfeeNumb er, Count(Level4Ite m.Level4ItemKey ) AS CountOfLevel4It emKey, Site.AssetTypeK ey
    FROM School, Site, Level4Item, Block
    WHERE (School.SchoolK ey = Block.SchoolKey )
    AND (Block.BlockKey...
    See more | Go to post

  • Anila
    replied to Problem with Inner Join
    Thank you. I got it....
    See more | Go to post

    Leave a comment:


  • Anila
    started a topic Problem with Inner Join

    Problem with Inner Join

    Hi Friends,

    My problem with Inner join is ...

    first i joined two tables and i got the result.

    after that iam trying to join one more table its giving syn tax error in JOIN condition.

    Here is the Query

    [CODE=oracle]
    SELECT School.UPRN,
    School.SchoolNa me,
    School.DfeeNumb er,
    Count(Level4Ite m.Level4ItemKey ) AS CountOfLevel4It emKey
    FROM...
    See more | Go to post
    Last edited by debasisdas; Sep 5 '07, 09:09 AM. Reason: Formatted using code tags.

  • Anila
    replied to Oracle user ID problem
    My windows XP user id has been changed.
    In new user id iam not able to open the ORACLE.
    if i give the USER ID and PASSWORD in oracle it is giving that
    ERR: Time out error....
    See more | Go to post

    Leave a comment:


  • Anila
    replied to help in query
    If you have n tables together, you need a n-1 join condintions. for example you have 4 tables, minimum of 3 conditions.

    once you check in where condition with another tables....
    See more | Go to post

    Leave a comment:


  • Anila
    started a topic Oracle user ID problem

    Oracle user ID problem

    Hi All,

    I installed oracle 9i in windows XP in some user id. now my user id is changed in that system. how can i get that data from old user id to new user id.

    Please help me.
    See more | Go to post

  • Anila
    started a topic How to make a table format in SQL query screen

    How to make a table format in SQL query screen

    How to make a table format in SQL query screen.

    If I give a select * from table name. just iam getting all fields side by side and down. Iam not getting in table.

    can u please suggenst how to set this.
    See more | Go to post
No activity results to display
Show More
Working...