<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: [AccessD] Access app for 24/7 usage?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2><A HREF="http://www.firedaemon.com/" TARGET="_blank">http://www.firedaemon.com/</A></FONT>
</P>

<P><FONT SIZE=2>I ran across this which might help create the windows service.</FONT>
<BR><FONT SIZE=2>Jim Hale</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Arthur Fuller [<A HREF="mailto:artful@rogers.com">mailto:artful@rogers.com</A>]</FONT>
<BR><FONT SIZE=2>Sent: Monday, July 07, 2003 9:22 AM</FONT>
<BR><FONT SIZE=2>To: 'Access Developers discussion and problem solving'</FONT>
<BR><FONT SIZE=2>Subject: RE: [AccessD] Access app for 24/7 usage?</FONT>
</P>
<BR>

<P><FONT SIZE=2>IMO, for rock-solid reliability you should choose VB and install the EXE as</FONT>
<BR><FONT SIZE=2>a Windows service. Presumably the data you're grabbing is emitted on a</FONT>
<BR><FONT SIZE=2>serial port or somesuch and is basically a text file that you parse. If so,</FONT>
<BR><FONT SIZE=2>that's not difficult code to write. As for creating a service, you can find</FONT>
<BR><FONT SIZE=2>material on that at the Visual Studio Magazine site.</FONT>
</P>

<P><FONT SIZE=2>Arthur</FONT>
</P>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: accessd-bounces@databaseadvisors.com</FONT>
<BR><FONT SIZE=2>[<A HREF="mailto:accessd-bounces@databaseadvisors.com">mailto:accessd-bounces@databaseadvisors.com</A>] On Behalf Of Joe Rojas</FONT>
<BR><FONT SIZE=2>Sent: July 7, 2003 10:01 AM</FONT>
<BR><FONT SIZE=2>To: 'Access Developers discussion and problem solving'</FONT>
<BR><FONT SIZE=2>Subject: [AccessD] Access app for 24/7 usage?</FONT>
</P>
<BR>

<P><FONT SIZE=2>Hi All,</FONT>
</P>

<P><FONT SIZE=2>I am going to be creating an application that parses the output from our</FONT>
<BR><FONT SIZE=2>telephone system and log it into an Access database. This application will</FONT>
<BR><FONT SIZE=2>be running on a server so that it can be up 24/7. What I was wonder is if an</FONT>
<BR><FONT SIZE=2>Access FE app will be OK running 24/7? Would I be better off creating the FE</FONT>
<BR><FONT SIZE=2>in VB instead? I think that it would be easier to get the data into the</FONT>
<BR><FONT SIZE=2>database if I use Access as the FE but I am more concerned with reliability.</FONT>
</P>

<P><FONT SIZE=2>Many thanks,</FONT>
</P>

<P><FONT SIZE=2>Joe R.</FONT>
</P>
<BR>
<BR>
<BR>

<P><FONT SIZE=2>This electronic transmission is strictly confidential to TNCO, Inc. and</FONT>
<BR><FONT SIZE=2>intended solely for the addressee. It may contain information which is</FONT>
<BR><FONT SIZE=2>covered by legal, professional, or other privileges. If you are not the</FONT>
<BR><FONT SIZE=2>intended addressee, or someone authorized by the intended addressee to</FONT>
<BR><FONT SIZE=2>receive transmissions on behalf of the addressee, you must not retain,</FONT>
<BR><FONT SIZE=2>disclose in any form, copy, or take any action in reliance on this</FONT>
<BR><FONT SIZE=2>transmission. If you have received this transmission in error, please notify</FONT>
<BR><FONT SIZE=2>the sender as soon as possible and destroy this message. While TNCO, Inc.</FONT>
<BR><FONT SIZE=2>uses virus protection, the recipient should check this email and any</FONT>
<BR><FONT SIZE=2>attachments for the presence of viruses. TNCO, Inc. accepts no liability for</FONT>
<BR><FONT SIZE=2>any damage caused by any virus transmitted by this email.</FONT>
<BR><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>AccessD mailing list</FONT>
<BR><FONT SIZE=2>AccessD@databaseadvisors.com</FONT>
<BR><FONT SIZE=2><A HREF="http://databaseadvisors.com/mailman/listinfo/accessd" TARGET="_blank">http://databaseadvisors.com/mailman/listinfo/accessd</A></FONT>
<BR><FONT SIZE=2>Website: <A HREF="http://www.databaseadvisors.com" TARGET="_blank">http://www.databaseadvisors.com</A></FONT>
</P>

<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>AccessD mailing list</FONT>
<BR><FONT SIZE=2>AccessD@databaseadvisors.com</FONT>
<BR><FONT SIZE=2><A HREF="http://databaseadvisors.com/mailman/listinfo/accessd" TARGET="_blank">http://databaseadvisors.com/mailman/listinfo/accessd</A></FONT>
<BR><FONT SIZE=2>Website: <A HREF="http://www.databaseadvisors.com" TARGET="_blank">http://www.databaseadvisors.com</A></FONT>
</P>

</BODY>
</HTML>