473,386 Members | 1,786 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,386 software developers and data experts.

Recommended Reading/Self tuition

Hi

I'm based in the UK and I've drifted into Access from building a simple db
for myself, to then being asked to build a simple db for someone else, to now
spending time building increasingly more sophisticated (for me)databases.

So far my learning curve has been based upon a handleful of books and this
forum (which I think is fantastic and the level of help and knowledge sharing
has astounded me). Aside from the very basic dummies access style books I've
read Wrox: Beginning Access 2002 VBA and Designing Relational Database
Systems (Microsoft Programming Series) .

Most of my builds to date have been fairly straight forward ACC2000 or
ACC2002/3, using DAO, for individual users or small teams. I was going to
start looking at ADO but reading some threads it seems that whilst this has
its uses it is not as developed as DAO and is unlikely to be developed any
further. At this moment in time I also do not feel the need to start on SQL.

I wish to further my knowledge and skill but do not have much in the way of
funding so I thought I would ask you good folk as to a recommended reading
list, be it books or websites. I've heard several references to an 'access
handbook' but have no further details on this.
Thanks again

Darren

--
Darren

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200606/1
Jun 8 '06 #1
3 1756
darren via AccessMonster.com wrote:
Hi

I'm based in the UK and I've drifted into Access from building a simple db
for myself, to then being asked to build a simple db for someone else, to now
spending time building increasingly more sophisticated (for me)databases.

So far my learning curve has been based upon a handleful of books and this
forum (which I think is fantastic and the level of help and knowledge sharing
has astounded me). Aside from the very basic dummies access style books I've
read Wrox: Beginning Access 2002 VBA and Designing Relational Database
Systems (Microsoft Programming Series) .

Most of my builds to date have been fairly straight forward ACC2000 or
ACC2002/3, using DAO, for individual users or small teams. I was going to
start looking at ADO but reading some threads it seems that whilst this has
its uses it is not as developed as DAO and is unlikely to be developed any
further. At this moment in time I also do not feel the need to start on SQL.

I wish to further my knowledge and skill but do not have much in the way of
funding so I thought I would ask you good folk as to a recommended reading
list, be it books or websites. I've heard several references to an 'access
handbook' but have no further details on this.
Thanks again

Darren

--
Darren

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200606/1


MSDN is a powerful resource. It's free.

For instance, it has a new MDAC page:
http://msdn.microsoft.com/data/learning/MDAC/

Here's a quote:

"What is ADO?

ActiveX Data Objects (ADO) is a simple data access technology that can
used from Visual Basic, ASP, and Jscript (ADO can be used from C++,
although this is a less common scenario). Behind the scenes, ADO is
built on top of the OLEDB interfaces-giving the flexibility OLEDB's
data source-agnostic programming model to ADO developers. For an
introduction to ADO programming, see ADO Fundamentals.

Which interface is right for me?

Since ODBC and OLEDB cannot be used directly from scripting languages,
if your application needs data access from Visual Basic or a scripting
language such as VBScript, you should use ADO....."

If you go to that site, you will see links to much other useful
information.
*******
As time goes forward, rather than backward and there are rumours,
(suppressed here in CDMA) that the previous century ended several years
ago, you might want to type "MS-Access 2007" into your search bar and
read everything that comes up. You could also download the Beta version
of Office 2007 and experiment with that. Very little has been said here
in CDMA about Access 2007. I don't know why. Perhaps, it's the shock
caused by finding ADO firmly entrenched there, and the discomfort of
dealing with "!!The Ribbon!!"
*******
If you want to know everything there was to know about Access and
Databases in 1998 do a similar web search for "Access MVP", seek
out these experts and visit their websites. There are many works of art
in these sites, done by the old masters.
*******
If you are sincere about becoming proficient with Databases I'd
suggest that you start by borrowing some beginning texts on set theory
and logic from your local library and reading them, too. Without some
grounding in these areas, developers are forever grasping at concepts.
*******
And stop using sites which prey on the expertise of others; sooner or
later you will lose out on someone's valuable opinion because many of
the best developers are not fond of being exploited.

Jun 8 '06 #2
Dive into the "Access xxxx Developer's Handbook" (1 volume through Access
97, 2 volumes from there on). Authors Litwind, Getz and Gilbert.

xxxx=version, such as Access 2000 Developer's Handbook. don't know if it's
kept updating with Access 2000, 2003, but frankly any version would offer a
lot, since much of what you use constantly has remained fairly stable.
Jun 8 '06 #3
Thanks both, I value your feedback.

Wouldn't like to think that sites like this exploit the pro's, but I think it
is a reflection upon the the vast gaps in some of the literature. For
instance reading, Beginning Access 2002 VBA, I found it very interesting but
wasn't when and why you would use half the stuff. A year on I have found its
uses but they still omit valuable tips that sites like this provide. (e.g.
just because something can be done, doesn't mean it should). More importantly
the books never seem to address what to do when things go wrong or not as
expected. I guess they help bring experience into the equation.

Whilst sometimes a forum answer is welcome, I'm happy most the time being
pointed in the right direction to search for an answer. I find this approach
leads to greater learning. Anyway....

Just ordered "Database design for mere mortals" and the "Access Developers
Handbooks".

Have visited the Access MVP site a few times. I have also used the MSDN site
a few times but find the searches frustrating. That said when found the
results are quite helpful.

I was looking at the Office 2007 Beta details the other day. I would love to
get to grips with this and take a step into the now, however, my users have
only just made the break to 2003! (and some are still on older versions)

--
Darren

Message posted via http://www.accessmonster.com
Jun 9 '06 #4

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

Similar topics

7
by: Scott Brady Drummonds | last post by:
Hi, everyone, I'm a Python novice and would love some tips on how I should perform the following task: I'd like to have my Python script read objects (using their constructors) and terminate...
6
by: Dietrich Epp | last post by:
Are there any good modules for reading a bitstream? Specifically, I have a string and I want to be able to get the next N bits as an integer. Right now I'm using struct.unpack and bit operations,...
1
by: richardd | last post by:
Hi, I am writing code to deal with PCAP files. I have a PCAP dump and I am looking at the timestamps in the PCAP packet headers to see if they are in the correct order in the file. To do this I...
48
by: monkey | last post by:
Read through python site for programming tool, really plenty of choices :-) (For c++, I just can't breath with very very limited choices) Tried Spe, it come with wxGlade built-in very nice(is Spe...
1
by: Etienne Desautels | last post by:
Hi, I'm working on project where I need to grab video from an Axis IP camera. This camera send a stream of a multipart message on HTTP. I write this code (at the bottom of the message) to read...
1
by: Allerdyce.John | last post by:
I need some help in reading error message: which line has problem? line 233? or line 37? Thank you. $ ./read2.py log.xml Traceback (most recent call last): File "./read2.py", line 233, in ?...
0
by: Leon zhang | last post by:
#!/usr/bin/env python # -*- coding: utf-8 -*- import string, sys from threading import Thread import os import time class test_pipe(Thread): def __init__(self, fd):
6
by: python | last post by:
Is there an elegant way to unget a line when reading from a file/stream iterator/generator? By "unget" I mean a way to push back a line into the source stream and backtrack the...
0
by: Jean-Paul Calderone | last post by:
On Sun, 1 Jun 2008 07:32:39 -0700 (PDT), Leon zhang <leoncamel@gmail.comwrote: file.read() reads the entire contents of the file. Your code never closes the write end of the pipe, so the read...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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:
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,...

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.