473,387 Members | 1,890 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,387 software developers and data experts.

Collecting database data ?

dear all,

I am building an application which is collecting data from a database and
display them in a windows form.

My idea is to collect those data in a form that, they can be read by my
windows application as well as a web browser.

is there a way to handle this data collection way available for both ?

thanks for reply
Serge
Jul 21 '05 #1
2 1458
You can do this with some good planning from the start.

Make a class that stores the data and handles gathering the data and
processing of the data. Then compile this into its own dll (make the class
a class library project) Then you can reference this class from both the
web and windows. All the forms (web/win) should have to do is attach to the
data.

Hope this helps some.
Chris
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:27**********************************@microsof t.com...
dear all,

I am building an application which is collecting data from a database and
display them in a windows form.

My idea is to collect those data in a form that, they can be read by my
windows application as well as a web browser.

is there a way to handle this data collection way available for both ?

thanks for reply
Serge

Jul 21 '05 #2
Thanks for wyour reply,

But still one question, do I have to fomat those data in a particular form
or just having then in a dataset is enough?
I was thinking on exporting them to XML files but then formatting is needed
somhow ?

regards
Serge

"Chris, Master of All Things Insignifican" wrote:
You can do this with some good planning from the start.

Make a class that stores the data and handles gathering the data and
processing of the data. Then compile this into its own dll (make the class
a class library project) Then you can reference this class from both the
web and windows. All the forms (web/win) should have to do is attach to the
data.

Hope this helps some.
Chris
"serge calderara" <se************@discussions.microsoft.com> wrote in
message news:27**********************************@microsof t.com...
dear all,

I am building an application which is collecting data from a database and
display them in a windows form.

My idea is to collect those data in a form that, they can be read by my
windows application as well as a web browser.

is there a way to handle this data collection way available for both ?

thanks for reply
Serge


Jul 21 '05 #3

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

Similar topics

5
by: antonyliu2002 | last post by:
I have 4 forms each on a separate page respectively form1.aspx, form2.aspx, form3.aspx, form4.aspx. On top of each of the four pages there are 4 links which link to the aforementioned 4 pages...
1
by: Ddraig | last post by:
Howdy, I've got a little project going and I am trying to figure out a good way to do this. But since I'm still learning I'm probably missing a few obvious steps. Also not sure if I have my...
2
by: serge calderara | last post by:
dear all, I am building an application which is collecting data from a database and display them in a windows form. My idea is to collect those data in a form that, they can be read by my...
0
by: Antal Rutz | last post by:
Hi all, I'd like to collect snmp data from varoius network devices parallel. First I tried with my own threadpool class then I gave a try to Christopher Arndt's threadpool.py...
17
by: romixnews | last post by:
Hi, I'm facing the problem of analyzing a memory allocation dynamic and object creation dynamics of a very big C++ application with a goal of optimizing its performance and eventually also...
2
by: tommydog | last post by:
-------------------------------------------------------------------------------- when do i write my data to the data base? i am building a browser based image map generator using php. each time...
2
by: mcw.willart | last post by:
Hi, I'm trying to find out how to collect RSOP data in C#, but I haven't been successfull yet. Below is the code I Use in VBScript: ...
1
by: Bob Alston | last post by:
Looking for design approach ideas for collecting data from multiple remote, standalone databases. I have built one of these in Access. Another I am told was built in Access. some others the...
2
anfetienne
by: anfetienne | last post by:
hi i have a db that has multiple rows inserted into it and no auto_increment. now to retrieve I am trying to use the code below to select all data from one column according to the tempID and order...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
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
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...

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.