Discussion:
product feature sets
(too old to reply)
David Bear
2004-11-17 22:56:17 UTC
Permalink
This may sound like an impossible thing to ask because it may seem
like an apples to oranges questions. If there were a book entitled
"Using Postgresql with MS Access" I would suspect answers there.

Still I'm going to draw upon the collective experience of this list.

1) are there any comparisons done between the relational features of
ms-access vs postgresql? Things like, does access enforce referential
integrity... triggers... transactions... etc.

2) Since Access has the upsize tool that helps converting data to an
ms-sql server, has anyone made a similar tool that helps with access?
I have received from this group an email with some script in it that
helps with table migration but I haven't had a chance to really
understand what it does --

Many thanks in advance.
--
David Bear
phone: 480-965-8257
fax: 480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
"Beware the IP portfolio, everyone will be suspect of trespassing"

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
Simon Riggs
2004-11-17 23:34:27 UTC
Permalink
Post by David Bear
This may sound like an impossible thing to ask because it may seem
like an apples to oranges questions. If there were a book entitled
"Using Postgresql with MS Access" I would suspect answers there.
Still I'm going to draw upon the collective experience of this list.
1) are there any comparisons done between the relational features of
ms-access vs postgresql? Things like, does access enforce referential
integrity... triggers... transactions... etc.
There is no need. Microsoft themselves explain how Access is not
suitable for use in business critical activities. PostgreSQL is
comparable with SQLServer, and clearly ahead of Access DB.
Post by David Bear
2) Since Access has the upsize tool that helps converting data to an
ms-sql server, has anyone made a similar tool that helps with access?
I have received from this group an email with some script in it that
helps with table migration but I haven't had a chance to really
understand what it does --
The upsize tool is a myth. SQLServer DBAs do not accept it, nor will
they accept the poor designs of Access databases. Replicating something
that exists only for marketing perceptions is not something that you'll
find people spending their time on.

This is the reason Access now provides "project files" that allow an
Access application to work against a SQLServer database.

The "Access problem" is one big reason PostgreSQL is well supported, and
will continue to be so. Microsoft are responding by making SQL Server
2005 free for use on one CPU... as if that helps.
--
Best Regards, Simon Riggs


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ***@postgresql.org
Loading...