User Profile

Collapse

Profile Sidebar

Collapse
ranjana1980
ranjana1980
Last Activity: Jul 17 '08, 01:35 PM
Joined: Jul 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ranjana1980
    replied to Update record of two table
    I use your stored procedure code to update two tables but i get error in where clause...
    See more | Go to post

    Leave a comment:


  • ranjana1980
    started a topic Hi, how to Deploy desktop application
    in .NET

    Hi, how to Deploy desktop application

    How to deploy our desktop application in Dot Net with database
    what Steps to Deploy Desktop application in Dot Net
    See more | Go to post
    Last edited by ranjana1980; Jul 17 '08, 09:55 AM. Reason: Language Not Specify

  • ranjana1980
    replied to Update record of two table
    Hi,
    Thanks For this Solution.Your Previous three point I have clear regarding error.
    I like to update different values of both the tables having same regno of both tables.
    Can I Solve this using trigger but I don't know how to update two tables with different values with having same RegNo using trigger...
    See more | Go to post

    Leave a comment:


  • ranjana1980
    replied to Update record of two table
    Its my mistake i wrote double equal actually I will try with single equal to and i face same problem...
    See more | Go to post

    Leave a comment:


  • ranjana1980
    replied to Update record of two table
    I have an error where i using as clause...
    See more | Go to post

    Leave a comment:


  • ranjana1980
    started a topic Hi,Problem in crystal report
    in .NET

    Hi,Problem in crystal report

    Here Sample Of my crystal Report Using Eg
    In My crystal report,I retrieve data from two tables using sql-server using this code
    Code:
    con.ConnectionString = "Data Source=XPO3;Initial Catalog=Imsapplication;Integrated Security=True";
    con.Open();
     adp1 = new SqlDataAdapter("select * from phototab", con);
                DataSet ds1 = new DataSet();
     adp1.Fill(ds1, "phototab");
    adp2
    ...
    See more | Go to post

  • ranjana1980
    replied to Update record of two table
    update Student as s,AcademicQuali fication as a set s.FName='Maya', s.LName='Sharma ',a.InstituteNm ='St Joseph',a.Unive rsity='Barkatul lah' where s.RegNo==a.Regn o...
    See more | Go to post

    Leave a comment:


  • ranjana1980
    started a topic c#.net save image in database
    in .NET

    c#.net save image in database

    In my project of desktop application using c#.net save image in database during registration of student But it is not mandatory.Witho ut Browse the image i click on insert button it gives error "Empty path name is not legal".

    Code:
    con.ConnectionString = "Data Source=XPO3;Initial Catalog=Imsapplication;Integrated Security=True";
               con.Open();
               //Cryclass cc = new Cryclass();
    ...
    See more | Go to post

  • ranjana1980
    started a topic Update record of two table

    Update record of two table

    How to update record of two tables when in Table A RegNo is primary key
    and in Table B RegNo is foreign Key and i like to update where A.RegNo=B.RegNo
    See more | Go to post

  • simple update statement using two tables not work .

    update Student as s,AcademicQuali fication as a set s.FName='Maya', s.LName='Sharma ',a.InstituteNm ='St Joseph',a.Unive rsity='Barkatul lah' where s.RegNo==a.Regn o...
    See more | Go to post

    Leave a comment:


  • ranjana1980
    started a topic Update Record in two Table using trigger

    Update Record in two Table using trigger

    Hi All,
    I have two tables One is Student And another is AcademicQualifi cation.In first table RegNo is primary key and in second one it is foreign key then how to create trigger to update table where Student.RegNo = AcademicQualifi cation.RegNo
    See more | Go to post

  • ranjana1980
    replied to crystal report
    Yes,I mean multiple records.
    To View such report is it require to take subreport for second table?...
    See more | Go to post

    Leave a comment:


  • ranjana1980
    replied to crystal report
    I Like to view from table B in crystal report in following format:
    Id Qualification Univrsity Percentage
    r001 10th MPBoard 66
    r001 12th MP Board 70
    r001 Graduation Gujarat Univ 67

    But in table A Id is primary key and in table B Id is foreign key....
    See more | Go to post

    Leave a comment:


  • string connString = System.Configur ation.Configura tionSettings.Ap pSett ings.Get("Conne ctionString");
    string query = "Select * from SaleReceipts";
    conn = new OleDbConnection (connString);
    conn.Open();
    da = new OleDbDataAdapte r(query, conn);
    dataset ds = new dataset(); ...
    See more | Go to post

    Leave a comment:


  • ranjana1980
    started a topic crystal report

    crystal report

    how to get data in crystal report using two tables while in table A one filed is primary key and in table B same field as foreign key.And in Table B the foreign key has multiple record of same id.How to show it in crystal report
    See more | Go to post
No activity results to display
Show More
Working...