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. can anyone help me with this or atleast give an idea

can anyone help me with this or atleast give an idea

Scheduled Pinned Locked Moved Visual Basic
databasecomhelptutorialquestion
5 Posts 3 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.
  • J Offline
    J Offline
    jeipiyaku
    wrote on last edited by
    #1

    ok this is the situation im developing a programs that needs a users to map their database table to another table but i want it to be visual to minimize the errors that the users can create can somebody give me an idea on how to do this ? here is a screenshot of a similar interface i got from another software.. http://i111.photobucket.com/albums/n159/jeipiyaku/dtmap.jpg can anyone give me an idea on how to this or atleast tell me of a control that i can use to do this thanks a lot codeproject

    A M 2 Replies Last reply
    0
    • J jeipiyaku

      ok this is the situation im developing a programs that needs a users to map their database table to another table but i want it to be visual to minimize the errors that the users can create can somebody give me an idea on how to do this ? here is a screenshot of a similar interface i got from another software.. http://i111.photobucket.com/albums/n159/jeipiyaku/dtmap.jpg can anyone give me an idea on how to this or atleast tell me of a control that i can use to do this thanks a lot codeproject

      A Offline
      A Offline
      Ashfield
      wrote on last edited by
      #2

      There is no easy way to do this, despite sending in a snapshot of what looks like a sql server database diagram (or maybe Access?) The only way is to write it yourself, trying to ensure data type integrity.

      Bob Ashfield Consultants Ltd

      1 Reply Last reply
      0
      • J jeipiyaku

        ok this is the situation im developing a programs that needs a users to map their database table to another table but i want it to be visual to minimize the errors that the users can create can somebody give me an idea on how to do this ? here is a screenshot of a similar interface i got from another software.. http://i111.photobucket.com/albums/n159/jeipiyaku/dtmap.jpg can anyone give me an idea on how to this or atleast tell me of a control that i can use to do this thanks a lot codeproject

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        I want the old DTS field mapping tool, 2 listboxes and draw lines to map the fields. I must say I'm surprised there is not a custom or third party tool for this.

        Never underestimate the power of human stupidity RAH

        J 1 Reply Last reply
        0
        • M Mycroft Holmes

          I want the old DTS field mapping tool, 2 listboxes and draw lines to map the fields. I must say I'm surprised there is not a custom or third party tool for this.

          Never underestimate the power of human stupidity RAH

          J Offline
          J Offline
          jeipiyaku
          wrote on last edited by
          #4

          yeah to think that i wasted my time looking for one.. and yeah thats what im using now 2 listbox.. and im thinking of creating a control for this

          M 1 Reply Last reply
          0
          • J jeipiyaku

            yeah to think that i wasted my time looking for one.. and yeah thats what im using now 2 listbox.. and im thinking of creating a control for this

            M Offline
            M Offline
            Mycroft Holmes
            wrote on last edited by
            #5

            As Bob said, maintaining data type integrity is going to be a challenge Whenever we work with ETL we only use VARCHAR and then build a proc to do the transforms only AFTER the data has been loaded into a staging table. One of the reasons I have Biz Talk and SSIS is they try to do the transforms during the load process. I find this hugely complicates the load process. BTW we do not attempt to supply a "flexible" or generic solution to the users, each type of load requires a specific stored proc to do the transforms. Some of the rules are so complex, based on esoteric data that they cannot be supported by an ETL tool. We actually paid from a POC for a Biz Talk organsation, we got back a custom process in C#. Turned out a proc in SQL was orders of magnitude faster!

            Never underestimate the power of human stupidity RAH

            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