Click here to Skip to main content
15,904,497 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I need to develop windows service, functionality is it should fetch the data from SQLServer database on specific intervals (ex: Every 4.5 mins) and pushing into the Access2003 database.
But that access db is not always available, this is service needs to check the availability of access DB if it is there need to push the data.
In this case how better I can handle, using staging of DB tables or MSMQ.
Please guide me in this regard, if any samples plz provide me.
I'm using VS2008 version.

Thanks in advance.

Regards,
Sridhar
Posted

1 solution

The simplest way is to use std::deque for storing quieries to be executed. You can also dump this data to disk.
 
Share this answer
 
Comments
YSridhar 20-Aug-10 6:22am    
can you provide me any sample application like this.
Nyarost 20-Aug-10 7:16am    
I mainly work under Linux using C++. So I don't think that my code will help you :(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900