How do I share data with .net applications?

How do I share data with .net applications?

am 07.10.2007 11:07:06 von KueishiongTu

I have several .net window form applications. How do share data among them so
that I only have to update data from one application and other applications
will see the changes?

Re: How do I share data with .net applications?

am 07.10.2007 17:33:10 von notmyfirstname

Use a database,

By instance SQL server express, it is free to use

Cor

Re: How do I share data with .net applications?

am 13.10.2007 10:41:00 von KueishiongTu

Dear Cor:
My application is very time critical. essentially it processes real-time
stock tic data.
Won't using a database slow down the process?

Kueishiong Tu

"Cor Ligthert[MVP]" wrote:

> Use a database,
>
> By instance SQL server express, it is free to use
>
> Cor