473,795 Members | 3,255 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Data Mapping Advice Needed

Me
I need to build a tool to map data from various database schemas into a
system I have built. I need to be able to allow the clients of my software
to use a tool to map data in their database with the data columns that my
software works with. In other words, I have some software but am not sure
what type of database system and data format the users of my software will
have, so I need a tool that allows them to map their existing structure to
what my program excepts and back again. It is not really a BizTalk
application becuase we never exchange data. I just need my software to work
with as of now unknow database systems and formats.

The solution I provide need to be generic enough to work with data from SQL
Sever, Oracle, MySQL, Access, XML files, etc. In other words I am not sure
what the clients of my system will have as a data store, I just know that I
need a way to map their data into my C#, .NET, SQL Server based system.
This is a function I need to have my clients configure themselves so they
can interface with my software.

I have no idea how to approach this. Any thoughts, samples, white papers,
hyperlinks or suggestions on open source software would be greatly
appreciated! Thank you.
Nov 15 '05 #1
1 1652
Me wrote:
I need to build a tool to map data from various database schemas into a
system I have built. I need to be able to allow the clients of my software
to use a tool to map data in their database with the data columns that my
software works with. In other words, I have some software but am not sure
what type of database system and data format the users of my software will
have, so I need a tool that allows them to map their existing structure to
what my program excepts and back again. It is not really a BizTalk
application becuase we never exchange data. I just need my software to work
with as of now unknow database systems and formats.

The solution I provide need to be generic enough to work with data from SQL
Sever, Oracle, MySQL, Access, XML files, etc. In other words I am not sure
what the clients of my system will have as a data store, I just know that I
need a way to map their data into my C#, .NET, SQL Server based system.
This is a function I need to have my clients configure themselves so they
can interface with my software.

I have no idea how to approach this. Any thoughts, samples, white papers,
hyperlinks or suggestions on open source software would be greatly
appreciated! Thank you.

To start off, you might want to take a look at "Bridge" + "Factory" +
"Facade" patterns. They will give you an idea on where to start. I think
in general, you will need to implement facades the different type
systems you are expecting the data to come in from. Actually, I think
you might be better off if you can limit the data set to be something
supported by a standard (either via ODBC standard protocol/ OLEDB).
BTW: I think you should probably take a peek at DTS services from SQL
server and see if that can help you move these end user data to a
constant definition upon which your application can depend.

--
Girish Bharadwaj

Nov 15 '05 #2

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

Similar topics

5
1706
by: Simon Harvey | last post by:
Hi everyone, I'm hoping for a little bit of advice on the following. I am in the process of making a small application that can send, receive and store email messages. The current area that I am thinking about is how to store messages on the hard disk and access them when needed. I dont want to read all the messages in at runtime because that would make startup take to long. What I think I need to do is to load a 'header' file at...
1
339
by: Tim | last post by:
I am researching a potential solution for my company. Currently we convert a new client's dataset into our own data structures using Fox Pro and then Sql (Our data is in SQL). There are a lot of field mappings going on in the first part of the conversion. I would like this to be done through the business analyst and not the developer since this is cost effective. Here is a basic example of the mapping would be as follows: Client Field...
1
1654
by: jkdufair | last post by:
I'm looking for advice. I have been playing with Konfabulator which embeds SpiderMonkey (apparently using the JavaScript 1.5 api) for scripting "widgets" - various bits of eye candy that sit on your desktop. One widget I would like to build is a display of a person's flickr photostream. Flickr has a nice API, available via REST, XML/RPC, and SOAP. I'd like to map the flickr API to javascript, having it do url fetches and parsing the...
7
3925
by: mittal.pradeep | last post by:
What is the better table design for a data collection application. 1. Vertical model (pk, attributeName, AttributeValue) 2. Custom columns (pk, custom1, custom2, custom3...custom50) Since the data elements collected may change year over year, which model better takes of this column dynamicness
1
1836
by: CV | last post by:
Hello, Could anyone please throw your suggestions on the following scenario? (It would be really helpful if you could provide a solution using ..NET,XSLT,XSD,Web Service other than 'Biztalk Server' Approach.) - Honestly speaking, I am new to this Data Exchanging Process, though I have some knowledge in XML,XSLT,Webservice,C#,ASP.net etc. In my project, there is a need to design an interface to handle data
0
1120
by: PCC | last post by:
I am writing an ASP.NET web application and I control all the tiers. I need to return all results from the Web Service mid-tier as XML so other people can use our business objects in the future if they so desire. My dilemma is this:
13
4180
by: Alan M Dunsmuir | last post by:
I need to specify a new data type, almost entirely a 'clone' of the existing DateTime type, with the following specific difference, and all the consequent differences in properties and methods which this one change implies. The day immediately before Thursday September 14, 1752 should be reported as Wednesday September 2, 1752, and so on, for all earlier dates. Note that this change not only disrupts the steady sequence of 'one day at a...
3
1198
by: arun.hallan | last post by:
Hi, I need some structuring help. I have a set of data, in the form of an arraylist of objects. Each object is the same, and can be treated as a generic object which gets and sets properties. I want to display this in a datagrid - which is not too hard. I've done this by mapping the object data to a datatable, and then
25
3015
by: p byers | last post by:
Good Morning Folks I have a LAN Among the several connections to it are the following four devices: A MAXSTOR network Storage Device A PC running Microsoft Windows 2000 Server 5.0.2195 (SP4) A PC running Microsoft Windows XP Professional 5.1.2600 (SP2) A PC running Microsoft Windows XP Professional 5.1.2600 (SP2) All of the PCs are running IIS
0
9519
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10438
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10214
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7540
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5437
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3727
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.