473,402 Members | 2,064 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

MSAccess Cache - the best option?

Guys,

I'm currently in the design stages of a small application that will
gather information from external sources and cache the responses for
12 hours or so.

Obviously, the cache will need to be written to and queried - with
speed being the most important factor. I came to the conclusion that
a simple MS Access table could be used with a "cacheDate" field. The
problem with going down this route is that the user must have
Microsoft Data Access Components installed.

I have thought of other potential solutions; XML, INI etc. but all
fail on speed and query ability (it helps that SQL has built-in date
functions!).

I would like to ask everyone if they have ever had to cache "fetched"
data - and if so, how they went about storing it.

Cheers

James

Aug 2 '07 #1
1 1113
i would say loose Access and use sql server

yes the small footprint xcopy version ofcourse called sql compact
previously known as everywhere

http://www.microsoft.com/downloads/d...DisplayLang=en

"webbo" wrote:
Guys,

I'm currently in the design stages of a small application that will
gather information from external sources and cache the responses for
12 hours or so.

Obviously, the cache will need to be written to and queried - with
speed being the most important factor. I came to the conclusion that
a simple MS Access table could be used with a "cacheDate" field. The
problem with going down this route is that the user must have
Microsoft Data Access Components installed.

I have thought of other potential solutions; XML, INI etc. but all
fail on speed and query ability (it helps that SQL has built-in date
functions!).

I would like to ask everyone if they have ever had to cache "fetched"
data - and if so, how they went about storing it.

Cheers

James

Aug 2 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Brad Burke | last post by:
From a windows .Net app, I need to 1) check if MSAccess is already open to a certain Access application. If so, then open a form and find a certain record. 2) If not open, then open MSAccess and...
115
by: TheAd | last post by:
At this moment I use MsAccess and i can build about every databound application i want. Who knows about a serious open source alternative? Because Windows will be a client platform for some time, i...
3
by: DDE | last post by:
Hi everybody, I developed an assembly common to all my Web Services, so I registered it and put it in the Global Assembly Cache. Now, I modified this assembly, but cannot succed to have this new...
9
by: Just D. | last post by:
All, Did anybody see this strange effect? The web application is written in C#, ASP.NET, SQL, T-SQL, etc. A pretty usual stuff, complicated enough, but works fine until... Here is a question....
3
by: Arthur Dzhelali | last post by:
Is there any way to cache dataset on one page and it will be accessible for one user? if you declare dataset shared it will stay on the server and page will be able reference to it on reload,...
2
by: Vishwanathan Raman | last post by:
Well I am quite confused with the methods out there. I would like to understand if Cache is the best method to store freq acessed data over application state.Currently I have pbs with the...
2
by: LeAnne | last post by:
My question is to do with scalability and the location for storate of cache, session, viewstate and application data. Application - Data is stored in memory (in process) Session - Data is stored...
5
by: Ryan | last post by:
Hello everyone, What is the best way to cache a 2.0 web part? I tried putting output cache on the user control in the part, but the output cache cannot be wrapped by a generic web part . . ....
3
by: Icemokka | last post by:
Hi, I've got a table in MsAccess with 100+ fields. If I fill a tabletable with this table , change some values , get the update-command via commandbuilder , the update fails. This because the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.