473,505 Members | 14,394 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What are my options

145 New Member
I have a code that calls web services api and grabs data from a table.

Goal:
1. I need to store these data somewhere locally or in the memory.
2. I am going to need to grab data from 4 different table and later join them to create some records.

Challenges:
1. How am I going to store the data? because i am using .net form where user will click a button and there is not backend database connection.
2. How can I then join all four dataset that I just grabbed? and make a complete new dataset?

Any assist will be helpful

Thanks
May 21 '08 #1
3 852
Plater
7,872 Recognized Expert Expert
You can store them in memory as a DataTable object (or as a DataTable inside a DataSet)

Not sure if you can perform joins on tables in memory or not, but it might be possible with like a DataAdapter or something?
May 21 '08 #2
dorandoran
145 New Member
Is there any links or something that I can follow? I have never done this before.
appreciated.
May 21 '08 #3
Curtis Rutland
3,256 Recognized Expert Specialist
Is there any links or something that I can follow? I have never done this before.
appreciated.
Google is your friend.
This is something I found (on Google, no less) that should help you learn how to use a DataTable.
May 21 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

7
1885
by: Fendi Baba | last post by:
The function is called from opencalendar(targetfield). Thanks for any hints on what could be the problem. .............................................................. var...
2
5196
by: BrianP | last post by:
Hi, I have had to invent a work-around to get past what looks like a JavaScript bug, the malfunctioning Perl-like JavaScript array functions including SPLICE() and UNSHIFT(). I have boiled it...
16
3979
by: MLH | last post by:
I have created an A97 runtime distribution for the first time in my life this morning. I had precious little time to do it and was unable to create the distributable installation fileset with the...
2
2427
by: kiranmn75 | last post by:
I want to dynamically populate a combo box through javascript. Data is coming from a array. Sometimes data list may contain items in excess of 2000. Explorer takes more than 5 seconds to...
28
2688
by: lovecreatesbeauty | last post by:
On gcc, which version of C standard has the most compliant: -c89, -ansi or c99? For more portable C code, which options should be applied to compilation? Can the following options guarantee the...
2
1112
by: Dirk Laurenz | last post by:
TextToCompare=String(SelectBox.options.value); FireFox complains: SelectBox.options has no properties Dirk
0
1279
by: 2Barter.net | last post by:
" Given BACK what was freely GIVEN " Inbox 2Barter.net Hide options 9:52 pm (0 minutes ago) From: 2Barter.net <chasingcowtomusic@gmail.com> Signed-By: gmail.com | Mailed-By: gmail.com Date:...
7
16855
chunk1978
by: chunk1978 | last post by:
hello. so i have 2 select menus which add and remove options from a 3rd select menu... it seems, however, that it's not possible to use different select menus to toggle a 3rd, because when an...
3
1943
by: shapper | last post by:
Hello, In my Page's VB.NET code I am changing the value of the Profile property NAME. Profile.Name = tbName.Text However, I need to change this property value from a class in my App_Code...
0
7216
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
7098
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
7303
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,...
0
7367
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
7471
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...
1
5028
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...
0
4699
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3187
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...
0
1528
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 ...

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.