[AccessD] Access as web backend

Drew Wutka DWUTKA at Marlow.com
Thu Oct 25 14:26:19 CDT 2007


Something else to keep in mind.  If you are working directly with the
data, you could be locking it up.  That is why my apps pull the data
into classes.  It only touches the data when necessary, everything else
is done through the data stored within classes and collections.  (and be
sure to only use the locks necessary, ie, if you aren't going to change
the data, keep it read only)

Drew

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Hale, Jim
Sent: Thursday, October 25, 2007 10:13 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Access as web backend


I'll dig into the web developer's code and let you know. I have no
experience with asp so at the moment I am clueless.
Jim hale 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Lawrence
Mrazek
Sent: Thursday, October 25, 2007 9:22 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Access as web backend

Hi Jim:

How are you connecting to the db? Basically, what type of connection
string
are you using? (DSNLESS, OBDC, ADO, OLEDB, etc.)

I've run sites off Access and generally haven't had any problems. You
want
to make sure your recordsets only pull the data you need (avoid the
"select
* from tblproduct" type statements).

Larry Mrazek
LCM Research, Inc.
www.lcm-res.com
lmrazek at lcm-res.com
ph. 314-432-5886
mobile: 314-496-1645


***********************************************************************
The information transmitted is intended solely for the individual or
entity to which it is addressed and may contain confidential and/or
privileged material. Any review, retransmission, dissemination or
other use of or taking action in reliance upon this information by
persons or entities other than the intended recipient is prohibited.
If you have received this email in error please contact the sender and
delete the material from any computer. As a recipient of this email,
you are responsible for screening its contents and the contents of any
attachments for the presence of viruses. No liability is accepted for
any damages caused by any virus transmitted by this email.

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com
The information contained in this transmission is intended only for the person or entity to which it is addressed and may contain II-VI Proprietary and/or II-VI BusinessSensitve material. If you are not the intended recipient, please contact the sender immediately and destroy the material in its entirety, whether electronic or hard copy. You are notified that any review, retransmission, copying, disclosure, dissemination, or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited.





More information about the AccessD mailing list