dantin

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

Answers (6)