CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    database binding

    how do we go about using the data report designer??


  2. #2

    Re: database binding


    1. Add a Data Environment.
    2. Add a Connection object to the New Data Environment
    3. In the Properties of Connection Object, Set all your Connection Properties
    eg: Providers,ServerName,Authentication Type,Database Name

    4. Test the Connection

    5. Add a Command Object to the existing Data Environment
    6. Set the Database object for the Command Object's Properties
    7. Set the Connection properties value to the Connection object's name (which u created in Step 2)
    8. Now add a Data report to ur project
    9. Set the Data Source property of your Datareport to the Data Environment Name (which u created in step 1)


    please get back to [email protected] or [email protected] for further clarifications



    The Ultimate Solution Providers

    Authors

    Sriman & Jayaraman

    Email : [email protected]
    [email protected]

    Hand Phone : +(6) 016 2237147

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