![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Hi Tony, I have played with the idea of running an Access App as a service, and thrown the idea in the bin. The problem simply put is that if a pop-up window or message appears and there is no-one there to deal with it the application stops doing anything until that window is dealt with - ie/ your service is dead. In your situation I would go with the re- write, or look for an open source alternative that already does what you want to do (or close to and modify it). If you are not use to working with C# then you can also create the service in VB.Net - in the end .Net is .Net for most intents and purposes. I remember seeing a project for VB.Net that was released to the world specifically for creating windows services. A bit of googling will probably turn it up. What is it exactly that you want your application / service to do? Cheers The Frog |
#4
| |||
| |||
|
|
Once again a client has asked me to effectively run an MS Access application effectively as a service |
#5
| |||
| |||
|
|
Can't be done because system services CAN NOT have user interface. Period, end of statement. (I'm grasping at straws here - I'm sure you are right) |
#6
| |||
| |||
|
|
Front end running under acc 2007, O/S = XP under VMWare, Backend SQL 2008 express. Once again a client has asked me to effectively run an MS Access application effectively as a service - ie polling records every 5 minutes and firing off emails to their business clients. |
#7
| |||
| |||
|
|
Can't be done because system services CAN NOT have user interface. Period, end of statement. (I'm grasping at straws here - I'm sure you are right) What if I have no forms at all, autoexec runs a procedure that examines a record set every minute, the code has no msgbox commands and any error is trapped to make the application quit immediately. (the only problem is I was going use an invisible form with a 1 minute timer to trigger my regular polling) |
#8
| |||
| |||
|
|
CLR integration is one of the big strengths of SQL Server 2008 (amongst many others like merge replication which just totally rocks IMO). |
#9
| |||
| |||
|
#10
| ||||
| ||||
|
|
I never said anything about merge replication being new. I first saw it and used it in SQL Server 2000. It is however fairly unique in the database world to have merge replication as an available feature. |
|
I am not aware of another database that makes the merge scenario quite so straight forward as SQL Server does. |
|
Therefore I consider it a great strength, and that applies to SQL Server 2008 as much as any of the previous versions going back to 2000. |
|
FWIW my first MCDBA training was done on SQL Server 2000 and that is where my understanding of databases really began. My only gripe with SQL Server is the cost to have a 'full blown' server (not the Express) is really far too high for a lot of SME's (50 or less employees). That aside it is a brilliant product. |
![]() |
| Thread Tools | |
| Display Modes | |
| |