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

Access vs ??????

Just wondered if anyone has had occasion to use, or does use, FileMaker, or
Raining Data's Omnis, or Alpha5's software, and how they compare with
Access?

Ruben
Nov 13 '05 #1
7 2141
Per Ruben Baumann:
Just wondered if anyone has had occasion to use, or does use, FileMaker, or
Raining Data's Omnis, or Alpha5's software, and how they compare with
Access?


I developed a few apps using FileMaker Pro - but several generations ago.

Now, when I go back to one of them, I have a *real* problem figuring out what's
going on without the self-documenting aspect of a procedural language.

From a user's perspective FileMaker's end product is, IMHO, *really* slick.
Runs on Mac or PC totally seamlessly/transparently, loads in a flash...what more
could I want as a user?

As a developer, I'd stay away from FileMaker if I possibly could - unless
they've added a procedural language, and relational tables.

One more time, though: my experience is from several generations back. (2.1)
--
PeteCresswell
Nov 13 '05 #2
Ruben Baumann wrote:
Raining Data's Omnis


I don't use it to develop anything, but I am the end user of an Omnis
Studio product. It can be used to connect directly to Oracle or MS SQL
or the native Omnis database engine. It uses $Events like Access events
and the Omnis dbe is not necessarily relational. Table links can be
hidden somehow.

There is an Omnis developers listserv, Somewhere here are instructions
to join: http://www.omnis-dev.com/
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #3
Per Ruben Baumann:
Just wondered if anyone has had occasion to use, or does use, FileMaker, or
Raining Data's Omnis, or Alpha5's software, and how they compare with
Access?


I developed a few apps using FileMaker Pro - but several generations ago.

Now, when I go back to one of them, I have a *real* problem figuring out what's
going on without the self-documenting aspect of a procedural language.

From a user's perspective FileMaker's end product is, IMHO, *really* slick.
Runs on Mac or PC totally seamlessly/transparently, loads in a flash...what more
could I want as a user?

As a developer, I'd stay away from FileMaker if I possibly could - unless
they've added a procedural language, and relational tables.

One more time, though: my experience is from several generations back. (2.1)
--
PeteCresswell
Nov 13 '05 #4
ACCESS is a relational database, but I wouldn't agree that FileMaker is a
good relational database. ACCESS is much more powerful and capable than
FileMaker for database developing and capabilities. I've worked in both, and
it's much, much easier and faster to program/develop a database in ACCESS
than FileMaker.

Here is what I posted a few months ago to a poster's question about the
comparison between FM and ACCESS:

I have designed in FM Pro 7 and in ACCESS. There is no comparison between
the two -- they are completely different entities.

FM is not a database system -- it's a flat file system that lets you set up
some limited relationships. However, you cannot create or run queries, you
cannot write code to look up data and to manipulate layouts/data, the script
within it is similar to macros in ACCESS, but much less powerful, and you
cannot easily mix layout formats as needed. Not to mention that portals are
a simple version of subforms and subreports in ACCESS.

I admit that I have to think completely differently when developing in FM
("it is a flat file", "you cannot lookup an unrelated value from a table",
"you must store in the table all values that you think you will want to
display or use for relationships", "now which copy of the table is the one
that relates to this table -- oh yeah, it's the '_copy3' copy of that table,
not the table itself", "doggone it, how do I filter a table's contents to
just show me the record that matches values A and B from table 1 and values
C and D from table 2, and value 5 from table 3? oh yeah, I can't do that
directly unless I add more calculated fields to my table to store redundant
data", "why isn't that related value showing up in the layout? Oh yeah,
wrong related table copy, or oh yeah, that field only fills in if I edit the
data that was already entered", etc.)

My feeling is that FM is good for nondevelopers to set up and use, but
ACCESS allows development to be done in fractions of the time it takes to
try to figure out how to make FM do what I want it to do. Never mind that a
combo box (sorry, menu list or popup list in FM) cannot hide a column from
view, so I must show the values of both the bound field and the descriptive
field in the list, and I cannot include more than two fields in that list,
so if I want to display three things, I must create a calculated field in
the table to hold the concatenation of the two fields' values and then
display that concatenated value, and if I want to show six things, I need a
field that concatenates those six things into one field, etc.

And, unless you want to recreate all your relationships more than once, you
cannot separate the data tables from the "front end" layouts. You can put
all data into one FM file, and create relationships there. But if you then
want to use another file for the layouts and have that layout read the data
from the first file, you must again create the same relationships in that
second file that already exist in the first file. Thus, you end up with
everything being in one file, meaning that, if you ever need to change
something in the layouts, the entire database must be taken out of service
while you make and test the changes on that file. (Of course, if you want to
recreate the relationships between 80 tables (estimated 600 or so
relationships), not counting the copies of the tables (at least 3 - 5 copies
of each table so that you can set up the desired "non-queries" to get
related data) that also have relationships, then go for a front end file!)

It's taking me at least 4 times longer to develop an application in FM 7
(which, I'm told, is more powerful and flexible than FM 6) than it would in
ACCESS, and its functionality is frustratingly limited with respect to
display, data validation, data usage, updating tables (did I mention that
you can not run queries in FM, meaning no update queries and no append
queries and no delete queries?), rapid response to data entry needs, etc.

That's my somewhat biased yet experienced view ....

--

Ken Snell
<MS ACCESS MVP>

"Ruben Baumann" <ry**@yahoo9.com> wrote in message
news:Ao********************@megapath.net...
Just wondered if anyone has had occasion to use, or does use, FileMaker,
or Raining Data's Omnis, or Alpha5's software, and how they compare with
Access?

Ruben

Nov 13 '05 #5
Ruben Baumann wrote:
Raining Data's Omnis


I don't use it to develop anything, but I am the end user of an Omnis
Studio product. It can be used to connect directly to Oracle or MS SQL
or the native Omnis database engine. It uses $Events like Access events
and the Omnis dbe is not necessarily relational. Table links can be
hidden somehow.

There is an Omnis developers listserv, Somewhere here are instructions
to join: http://www.omnis-dev.com/
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #6
ACCESS is a relational database, but I wouldn't agree that FileMaker is a
good relational database. ACCESS is much more powerful and capable than
FileMaker for database developing and capabilities. I've worked in both, and
it's much, much easier and faster to program/develop a database in ACCESS
than FileMaker.

Here is what I posted a few months ago to a poster's question about the
comparison between FM and ACCESS:

I have designed in FM Pro 7 and in ACCESS. There is no comparison between
the two -- they are completely different entities.

FM is not a database system -- it's a flat file system that lets you set up
some limited relationships. However, you cannot create or run queries, you
cannot write code to look up data and to manipulate layouts/data, the script
within it is similar to macros in ACCESS, but much less powerful, and you
cannot easily mix layout formats as needed. Not to mention that portals are
a simple version of subforms and subreports in ACCESS.

I admit that I have to think completely differently when developing in FM
("it is a flat file", "you cannot lookup an unrelated value from a table",
"you must store in the table all values that you think you will want to
display or use for relationships", "now which copy of the table is the one
that relates to this table -- oh yeah, it's the '_copy3' copy of that table,
not the table itself", "doggone it, how do I filter a table's contents to
just show me the record that matches values A and B from table 1 and values
C and D from table 2, and value 5 from table 3? oh yeah, I can't do that
directly unless I add more calculated fields to my table to store redundant
data", "why isn't that related value showing up in the layout? Oh yeah,
wrong related table copy, or oh yeah, that field only fills in if I edit the
data that was already entered", etc.)

My feeling is that FM is good for nondevelopers to set up and use, but
ACCESS allows development to be done in fractions of the time it takes to
try to figure out how to make FM do what I want it to do. Never mind that a
combo box (sorry, menu list or popup list in FM) cannot hide a column from
view, so I must show the values of both the bound field and the descriptive
field in the list, and I cannot include more than two fields in that list,
so if I want to display three things, I must create a calculated field in
the table to hold the concatenation of the two fields' values and then
display that concatenated value, and if I want to show six things, I need a
field that concatenates those six things into one field, etc.

And, unless you want to recreate all your relationships more than once, you
cannot separate the data tables from the "front end" layouts. You can put
all data into one FM file, and create relationships there. But if you then
want to use another file for the layouts and have that layout read the data
from the first file, you must again create the same relationships in that
second file that already exist in the first file. Thus, you end up with
everything being in one file, meaning that, if you ever need to change
something in the layouts, the entire database must be taken out of service
while you make and test the changes on that file. (Of course, if you want to
recreate the relationships between 80 tables (estimated 600 or so
relationships), not counting the copies of the tables (at least 3 - 5 copies
of each table so that you can set up the desired "non-queries" to get
related data) that also have relationships, then go for a front end file!)

It's taking me at least 4 times longer to develop an application in FM 7
(which, I'm told, is more powerful and flexible than FM 6) than it would in
ACCESS, and its functionality is frustratingly limited with respect to
display, data validation, data usage, updating tables (did I mention that
you can not run queries in FM, meaning no update queries and no append
queries and no delete queries?), rapid response to data entry needs, etc.

That's my somewhat biased yet experienced view ....

--

Ken Snell
<MS ACCESS MVP>

"Ruben Baumann" <ry**@yahoo9.com> wrote in message
news:Ao********************@megapath.net...
Just wondered if anyone has had occasion to use, or does use, FileMaker,
or Raining Data's Omnis, or Alpha5's software, and how they compare with
Access?

Ruben

Nov 13 '05 #7
One application you might want to consider is 4th Dimension. I've
developed in both Access and 4D and it compares very favorably. I
havent used the latest version, which is Oo I believe, but earlier
versions were similar in functionality to Access, and it handled more
users better. It's also cross platform, if that's anything you need.

Paul

Ruben Baumann wrote:
Just wondered if anyone has had occasion to use, or does use, FileMaker, or
Raining Data's Omnis, or Alpha5's software, and how they compare with
Access?

Ruben

Nov 13 '05 #8

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

Similar topics

63
by: Jerome | last post by:
Hi, I'm a bit confused ... when would I rather write an database application using MS Access and Visual Basic and when (and why) would I rather write it using Visual Studio .Net? Is it as easy...
13
by: bill | last post by:
I am trying to convince a client that dotNet is preferable to an Access project (ADP/ADE). This client currently has a large, pure Access MDB solution with 30+ users, which needs to be upgraded....
1
by: Dave | last post by:
Hello NG, Regarding access-declarations and member using-declarations as used to change the access level of an inherited base member... Two things need to be considered when determining an...
13
by: Simon Bailey | last post by:
I am a newcomer to databases and am not sure which DBMS to use. I have a very simplified knowledge of databases overall. I would very much appreciate a (simplifed) message explaining the advantages...
0
by: Frederick Noronha \(FN\) | last post by:
---------- Forwarded message ---------- Solutions to Everyday User Interface and Programming Problems O'Reilly Releases "Access Cookbook, Second Edition" Sebastopol, CA--Neither reference book...
20
by: Olav.NET | last post by:
I am a .NET/C++ developer who is supposed to do some work with Access. I do not know much about it except for the DB part. Questions: *1* I am looking for INTENSIVE books to get quickly up to...
64
by: John | last post by:
Hi What future does access have after the release of vs 2005/sql 2005? MS doesn't seem to have done anything major with access lately and presumably hoping that everyone migrates to vs/sql. ...
1
by: com | last post by:
Extreme Web Reports 2005 - Soft30.com The wizard scans the specified MS Access database and records information such as report names, parameters and subqueries. ......
17
by: Mell via AccessMonster.com | last post by:
Is there a way to find out where an application was created from? i.e. - work or home i.e. - if application sits on a (work) server/network, the IT people know the application is sitting...
37
by: jasmith | last post by:
How will Access fair in a year? Two years? .... The new version of Access seems to service non programmers as a wizard interface to quickly create databases via a fancy wizard. Furthermore, why...
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: 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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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...

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.