TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dantin
NA
11
0
sharing a dataset
Aug 20 2004 5:27 AM
hi to all, I'm quiet new to c# and I'm looking for the best way to share a dataset between two applications in the same machine. I have to build two applications, the first one should connect to DB and fill the dataset, the second one should access the dataset created by the first application and do some job with data. How can I make the dataset readable from the second application? The dataset should be quiet big and I have to access it in a real-time application, so I'm looking for the fastest way. My idea is doing that using remoting, I will create a remote class in the first application that manages the database, and access it from the second application (for example through a remote property)...... what do you thinck about that? Thancks in advance
Reply
Answers (
6
)
IDS Informix 9.x
DataTable.Select() Method