Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. how do i remove "database login" from my crystal report??

how do i remove "database login" from my crystal report??

Scheduled Pinned Locked Moved Visual Basic
questiondatabase
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    graced88
    wrote on last edited by
    #1

    How do i remove this thing! I created my crystal report via the wizard.

    W 1 Reply Last reply
    0
    • G graced88

      How do i remove this thing! I created my crystal report via the wizard.

      W Offline
      W Offline
      Wendelius
      wrote on last edited by
      #2

      You set the needed properties via code. Depending on the datasource this includes: - username - password - database location etc Have a look at: ReportDocument.SetDatabaseLogon Method[^]

      The need to optimize rises from a bad design. My articles[^]

      G 1 Reply Last reply
      0
      • W Wendelius

        You set the needed properties via code. Depending on the datasource this includes: - username - password - database location etc Have a look at: ReportDocument.SetDatabaseLogon Method[^]

        The need to optimize rises from a bad design. My articles[^]

        G Offline
        G Offline
        graced88
        wrote on last edited by
        #3

        Thank you! That did it! Will it also work if i transfer my application in another PC?

        W 1 Reply Last reply
        0
        • G graced88

          Thank you! That did it! Will it also work if i transfer my application in another PC?

          W Offline
          W Offline
          Wendelius
          wrote on last edited by
          #4

          You're welcome :) Basically it will work fine. However, it slightly depends on what kind of datasource you have. If you're connecting to a database server, it will typically works fine as is, but if your datasource is for example a xml file then you have to take care that the directory is correct for database logon in another computer when pointing the file. If you encounter problems later, open a new thread and we'll try to help. Mika

          The need to optimize rises from a bad design. My articles[^]

          G 1 Reply Last reply
          0
          • W Wendelius

            You're welcome :) Basically it will work fine. However, it slightly depends on what kind of datasource you have. If you're connecting to a database server, it will typically works fine as is, but if your datasource is for example a xml file then you have to take care that the directory is correct for database logon in another computer when pointing the file. If you encounter problems later, open a new thread and we'll try to help. Mika

            The need to optimize rises from a bad design. My articles[^]

            G Offline
            G Offline
            graced88
            wrote on last edited by
            #5

            thank you! it worked. :)

            W 1 Reply Last reply
            0
            • G graced88

              thank you! it worked. :)

              W Offline
              W Offline
              Wendelius
              wrote on last edited by
              #6

              You're welcome :)

              The need to optimize rises from a bad design. My articles[^]

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups