473,406 Members | 2,698 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Map columns to import

I have to create code to allow our end users to map import data to our
existing columns. I have not done this before - and thought others might
have good ideas on ways to do this so it is simple for an end user.

I was thinking simplest would be a grid with two columns. One locked is
our base fields. Second is a combobox of their import fields - when they
select one it is taken out of the choices - they basically would have to
click each one with the list getting shorter as they go.

I would love a visual way to do it - like dragging connections similar to a
table mapping in a database app, but I don't know any tools to do this? I
guess I could have a list, and allow a user to drag items from his list
onto our choices - but how could I show them linked?

The company has enough budget that if there is a tool that will do this in
a slick, simple GUI I would love to hear about it.

Thank you.
Dec 3 '05 #1
3 976
Masa

I probably don't understand you because I do not understand this sentence.
I have to create code to allow our end users to map import data to our
existing columns. I have not done this before - and thought others might
have good ideas on ways to do this so it is simple for an end user.

However if I from the rest from your text understand what you want than it
is the DataGridView. Although this Control has a lot of possibilities to
drag and drop (more than most controls), Should you be aware that you have
to set than some code to do the update. As well do you need some code to
handle your error as can be concurrency. (Two users are updating the same
data at almost the same time).

http://msdn2.microsoft.com/en-us/library/k39d6s23.aspx

That coding you will have to do by every control.

I hope this helps,

Cor

Dec 4 '05 #2
"Cor Ligthert [MVP]" <no************@planet.nl> wrote in
news:#Q**************@TK2MSFTNGP09.phx.gbl:
I probably don't understand you because I do not understand this
sentence.
I have to create code to allow our end users to map import data to our
existing columns. I have not done this before - and thought others
might have good ideas on ways to do this so it is simple for an end
user.


Thanks for trying to answer, Cor. I think I need to explain it differently.
I have an xml data structure - let's call it the base structure. My users
have data they would like to import - or match - to this data structure.
They have their own fields from their data (coming from various sources) -
I would like to create a way to match the fields from both of this data. I
have done it in a grid - with two columns (base being readonly on left). A
combobox in the column to the right allows a user to select a field from
his data fields.

This setup will work ok I guess - I was just thinking that it is a common
enough task that there might be components or visual ways to do this.

Thanks,
Masa
Dec 5 '05 #3
Masa,

I don't think this is a common problem to fulfil, in other words I have
never seen it, while I see a lot.

I would therefore not know how you could use a drag and drop option of
Visual Studio to fulfil this.

Sorry

Cor
Dec 5 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: earsypaul | last post by:
Hello, With MS SQL server we can bcp hexadecimal data into varbinary columns quite nicely. We're migrating some data to DB2 and trying to import to a "varchar for bit data" data type column....
4
by: Lance Hoffmeyer | last post by:
Hey all, Having problems centering a column Can someone explain how to center a column using python? import win32com.client import re import codecs
1
by: juice20 | last post by:
XP, MS Acces2000, VBA I have a table called IMPORT with 1 column that has 75k records. I need to split that table into another table EXPORT with 75 columns and the rows associated with each group....
0
by: FireGeek | last post by:
I need to create a new Access table with columns based on an Excel file. More Information: This task will come before I actually import the Excel file data into my data base. This Excel file...
4
by: urprettyfriend | last post by:
Hi, I have an Excel file with 400 rows of old values and the corresponding new values. My table currently has 10 columns out of which 3 columns use the old value specified in the excel file. I...
7
oll3i
by: oll3i | last post by:
i want to change the values in two columns one colum is a combobox and the secons column is editable too i want to get the value of that second column and the value of combobox and sent that...
4
by: ago | last post by:
Hi , I have an Access table that sources data from an outside source. Is it possible that the access table have the number of columns greater than 255 columns as the import has around 300 columns....
4
by: toglez | last post by:
Hi all! I use PyQt4 and Python to create a program to display numbers from a file in a QTable Widget, select various columns from the table and then display the selected columns in a new table. ...
3
by: Tim Chase | last post by:
Not sure what's going on here and hoping for some insight: tim@rubbish:~$ echo $COLUMNS 129 tim@rubbish:~$ python2.5 Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) on linux2 Type "help",...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.