![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hello, I have a SQL Server 2005 Database. On some clients (I will call that input clients) users will enter data and on some other clients these Data will be used. Well, I want to avoid, that the other clients have to poll the database all the time for changes. I thought of somethig like an event which will be rised at the input client and catched at the other clients. Is there any possibility to do something like that direct with the SQL Server (Express) where all the clients are connected to? Or do I have to write my own server application where the clients have to connect too and make my own network communication through sockets ect. Note: The application is ought to work with the SQL Server 2005 Express by default (for smaller databases), but will be abel to use the SQL Server 2005 also. thanks, Robert |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hello, I have a SQL Server 2005 Database. On some clients (I will call that input clients) users will enter data and on some other clients these Data will be used. Well, I want to avoid, that the other clients have to poll the database all the time for changes. I thought of somethig like an event which will be rised at the input client and catched at the other clients. Is there any possibility to do something like that direct with the SQL Server (Express) where all the clients are connected to? Or do I have to write my own server application where the clients have to connect too and make my own network communication through sockets ect. Note: The application is ought to work with the SQL Server 2005 Express by default (for smaller databases), but will be abel to use the SQL Server 2005 also. thanks, Robert |
![]() |
| Thread Tools | |
| Display Modes | |
| |