CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2008
    Posts
    18

    Talking Connection Not Working Properly

    Dear All,
    Hi I m software Developer. I m working with Database .
    At the time of Retriveing Information From Database some Data are Access from the database but some data skip it. and connection is close.
    My connection is created by ODBC and Access Driver.

    Can u helping me.


    Thanks
    Anubhava Dimri
    9250168195
    anubhava.prodata@gmail.com

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Connection Not Working Properly

    It will help if you give us the code............

  3. #3
    Join Date
    Mar 2008
    Posts
    18

    Thumbs down Re: Connection Not Working Properly

    When i m sending Data From One form to Other then Connection not working properly.

    Like as
    openconnection
    Code:
    sql ="Select * from School_information"
    cmd = new odbc.command(sql,conn)
    reader= cmd.execute
    while reader.read
    with frm_School
      .lbl_class  = Reader("School_name")
    end with
    end while
    if it is using for same form then coding execute Properly.

    Help ME



    Thanks
    Anubhava Dimri
    9250168195
    anubhava.prodata@gmail.com
    Last edited by HanneSThEGreaT; March 6th, 2008 at 06:41 AM.

  4. #4
    Join Date
    Mar 2008
    Posts
    18

    Arrow Sql Server Database

    Hi

    I m working for Server Application.
    Is msaccess if Comfortable for Sever Type Database.
    Is SQL is must for Server types Database.

    Need Halp.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured