473,403 Members | 2,222 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,403 software developers and data experts.

Better way to store data

I would like to ask is thier a better way to store data other than access
tables, I would still like to keep access as the front end. My main quest I
suppose is for more speed and maybe security. your thoughts are appreciated

Many Thanks

Colin
Nov 12 '05 #1
2 1796
Access makes a very nice, very capable client application for any server
database that has either an ODBC driver or an ADODB data source. Typically
with ODBC you have an Access MDB and the Jet database engine. If you are
using MS SQL Server as the server database, you can creat an ADP, a somewhat
different kind of Access application for the client.

With a MDB client applications, using Jet and ODBC, I have worked with
Informix, Sybase SQL Server, Sybase SQL Anywhere, and Microsoft SQL Server.
You'll only gain speed just from moving to a server back-end if you have
lots and lots of data. And, you'll need to "tune" the client, so it is
designed to take advantage of the server.

However, I have a colleague here who processes an enormous amount of data
for his clients to produce detailed marketing analyses -- he went to a
four-processor server running SQL server with just one client, just for the
speed. His run time dropped from weeks to hours.

Larry Linson
Microsoft Access MVP

"clwoods" <cl*****@btinternet.com> wrote in message
news:bl**********@titan.btinternet.com...
I would like to ask is thier a better way to store data other than access
tables, I would still like to keep access as the front end. My main quest I suppose is for more speed and maybe security. your thoughts are appreciated
Many Thanks

Colin

Nov 12 '05 #2
cl*****@btinternet.com (clwoods) wrote in
<bl**********@titan.btinternet.com>:
I would like to ask is thier a better way to store data other than
access tables, I would still like to keep access as the front end.
My main quest I suppose is for more speed and maybe security. your
thoughts are appreciated


What is wrong with Access (i.e., Jet) for your needs? The answer to
that question will determine whether or not there actually is a
better way to store your data.

That is, the problem(s) you are encountering may or may not be
solved by a move to a different back end db engine.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 12 '05 #3

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

Similar topics

2
by: Amit D.Shinde | last post by:
Hello Experts.. I need some help regarding cookies and session objects and also global.asa file I am creating one cookie when a user logs in on my website. The cookie stores the login name of...
9
by: Randell D. | last post by:
Folks, I have a large amount of values to store (we're talking tens, if not hundreds of bytes). I need this for a client side application - ignore the security consequences for the moment -...
3
by: mrhicks | last post by:
Hello all, I have a question regarding efficeny and how to find the best approach when trying to find flag with in a structure of bit fields. I have several structures which look similar to ...
6
by: Vicky | last post by:
which one is better approach among the two listed below 1. Opening connection on each web page for doing some database transaction 2. Opening connection once and store it in application object,...
9
by: Scott Reynolds | last post by:
Hi, I am using following code to read and generate SQL query based on values stored in ArrayList. But I am not sure if it is the best way... all suggestions are welcome! Thank you! Scott
3
by: Agnes | last post by:
Now, i need to query some data from InvoiceTable and then put into one dataset. my way is using store procedure , 1.by passing date,company code to the store procedure) 2. use datarow to loop the...
3
by: MathStuf | last post by:
I am creating a program that uses a lot of enumerations and associated arrays of strings that look like this: enum Enum1 { E1_NONE = -1, E1_A = 0, E1_B = 1, E1_END = 2 }
23
by: mike3 | last post by:
Hi. (posted to both newsgroups since I was not sure of which would be appropriate for this question or how specific to the given language it is. If one of them is inappropriate, just don't send...
8
by: Damodhar | last post by:
hi any one can say Which Storage engine is better? why? What are functions available in MySQL?
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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.