473,396 Members | 1,860 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 and Postgresql

I have an application I built in Access 2003. It is an electronic medical
records program split into front end (8 computers) and back end.
This runs flawlessly. Purchased a billing program that uses Postgresql.
This resides on the same computer as our Access backend.
We keep getting knocked out of the new billing program and never get knocked
out of my Access program. The billing software provider says that Access and
Postgresql running on the same machine is causing the problem.
Has anyone ever heard of this as we cannot go without the Access program.
I don't know much about Postgresql and any help will be appreciated.

Pete

--
Message posted via http://www.accessmonster.com

Apr 12 '07 #1
14 2566
Does this software provider understand that Access is Not running on a
server that is only hosting the backed file? The Access backend is only a
file share, so I don't see how it could affect Postgresql or any other SQL
server, unless you are overloading the server.

Access runtime application exist on quite a few system. MS Office will
install it for certain features. If the provider cannot give you a better
explanation, you may need to reconsider you billing software.

"jptpjs via AccessMonster.com" <u14870@uwewrote in message
news:709b5f7dfb67e@uwe...
I have an application I built in Access 2003. It is an electronic medical
records program split into front end (8 computers) and back end.
This runs flawlessly. Purchased a billing program that uses Postgresql.
This resides on the same computer as our Access backend.
We keep getting knocked out of the new billing program and never get
knocked
out of my Access program. The billing software provider says that Access
and
Postgresql running on the same machine is causing the problem.
Has anyone ever heard of this as we cannot go without the Access program.
I don't know much about Postgresql and any help will be appreciated.

Pete

--
Message posted via http://www.accessmonster.com

Apr 13 '07 #2
"jptpjs via AccessMonster.com" <u14870@uwewrote
I have an application I built in Access 2003. It is an
electronic medical records program split into front end
(8 computers) and back end. This runs flawlessly.
Purchased a billing program that uses Postgresql.
This resides on the same computer as our Access
backend. We keep getting knocked out of the new
billing program and never get knocked out of my
Access program. The billing software provider says
that Access and Postgresql running on the same machine
is causing the problem.
Has anyone ever heard of this as we cannot go without
the Access program.
I don't know much about Postgresql and any help
will be appreciated.
If you have a split Access database with back-end (tables, data, and
relationships) on the server, and the front-end (queries, forms, reports,
macros, and modules) running on the user's machines, as you should, and as
it appears you do, then I know something about your billing software
provider: they know so little about Access that they have made fools of
themselves in public by blaming it for something it _could not_ be doing.

Access is NOT running on the same machine, because Jet is a file-server
database, and only accesses the back-end in the same way it would access a
file on the local machine. In the Access/Jet split database configuration,
Access does all its execution on the user's local machine. (And, in fact,
that would be the case, even if the front end were not split, or if both the
front end and back end were saved on the server, UNLESS you were
deliberately executing on the server by using Windows Terminal Services or
Citrix MetaFrame. And, even so, there would be no "interference" with
PostgreSQL.)

PostgreSQL, on the other hand, is a server database and it executes on the
server, though it may be accessed via a front end that runs on the user's
machine. But, even if that front-end were created in Access, the two
applications would not interfere with one another.

So, the fact is they are _hoping_ that it is some other software interfering
so they won't have to investigate, debug, and correct their software. Now,
it IS possible that some other software could be interfering (though not
very likely), but, if so, it is not Access nor Jet.

You might suggest they can avoid making fools of themselves in public again
in the future if they learn something about other databases before trying to
blame those other databases.

Larry Linson
Microsoft Access MVP
Apr 13 '07 #3
Thanks Larry,
Some added information is that Access is running the front end and the back
end on the same machine that is hosting the Postgresql program.
One other computer is running the same billing program with the data on the
same machine mentioned above.
Vendor says we should try only running the billing software without or the
Access emr for a while to see if it does not knock users out.
Problem is getting knocked out occurs without any warning so who knows how
long we would have to check.
Just to let you know the EMR never, ever has issues.

Pete

Larry Linson wrote:
I have an application I built in Access 2003. It is an
electronic medical records program split into front end
[quoted text clipped - 10 lines]
I don't know much about Postgresql and any help
will be appreciated.

If you have a split Access database with back-end (tables, data, and
relationships) on the server, and the front-end (queries, forms, reports,
macros, and modules) running on the user's machines, as you should, and as
it appears you do, then I know something about your billing software
provider: they know so little about Access that they have made fools of
themselves in public by blaming it for something it _could not_ be doing.

Access is NOT running on the same machine, because Jet is a file-server
database, and only accesses the back-end in the same way it would access a
file on the local machine. In the Access/Jet split database configuration,
Access does all its execution on the user's local machine. (And, in fact,
that would be the case, even if the front end were not split, or if both the
front end and back end were saved on the server, UNLESS you were
deliberately executing on the server by using Windows Terminal Services or
Citrix MetaFrame. And, even so, there would be no "interference" with
PostgreSQL.)

PostgreSQL, on the other hand, is a server database and it executes on the
server, though it may be accessed via a front end that runs on the user's
machine. But, even if that front-end were created in Access, the two
applications would not interfere with one another.

So, the fact is they are _hoping_ that it is some other software interfering
so they won't have to investigate, debug, and correct their software. Now,
it IS possible that some other software could be interfering (though not
very likely), but, if so, it is not Access nor Jet.

You might suggest they can avoid making fools of themselves in public again
in the future if they learn something about other databases before trying to
blame those other databases.

Larry Linson
Microsoft Access MVP
--
Message posted via http://www.accessmonster.com

Apr 13 '07 #4
"jptpjs via AccessMonster.com" <u14870@uwewrote in
news:70a88c6d75d4c@uwe:
Some added information is that Access is running the front end and
the back end on the same machine that is hosting the Postgresql
program.
This should not have *anything* at all to do with PostgreSQL.
Nothing.

You should ask them to explain to you what the interaction is that's
causing this, as there's nothing inherent in Access/Jet that would
have any interaction whatsoever with PostgreSQL.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Apr 14 '07 #5
"jptpjs via AccessMonster.com" <u14870@uwewrote
Some added information is that Access is running
the front end and the back end on the same machine
that is hosting the Postgresql program.
Do you mean that the Access front-end and back-end reside on a disk on the
same machine as the PostgreSQL billing software? You said "8 users", so do
all those users log in, serially, to that one machine, or do they access it
from their own computers? If they access the Access front-end and back-end
from their own computers, their own computer is where _Access_ is running,
even if the front-end and back-end databases are stored on a disk on the
server. That is the way it works!
One other computer is running the same billing
program with the data on the same machine
mentioned above.
Vendor says we should try only running the billing
software without or the Access emr for a while to
see if it does not knock users out.
As David suggests, insist they explain to you, clearly, simply, and
succinctly, what interaction between Access and PostgreSQL is, in their
opinion, causing the interference. Then post back here, and I strongly
suspect we will be able to debunk that argument.
Problem is getting knocked out occurs without any
warning so who knows how long we would have to
check.
However long it takes for that to happen is how long their glib tongues
would have delayed their having to actually debug their software.
Just to let you know the EMR never, ever has issues.
But, because of (other potential) issues (which would affect the Access DB,
not some other program), it would be a good idea to put a copy of the Access
FE on each of the 8 users' own computers. You do realize that now, you are
bringing every Access object it uses across the network... much slower than
retrieving the queries, forms, reports, macros, and modules from the local
hard drive.

Larry Linson
Microsoft Access MVP

Apr 14 '07 #6
Access Front Ends are on all the other computers.
I just wanted to make it clear that the machine that has the postgresql data
also has its own front end and the back end.
So access is running on the same machine as the postgresql.
Seems like the option they are suggesting is to not use the access program
from that computer.

Larry Linson wrote:
Some added information is that Access is running
the front end and the back end on the same machine
that is hosting the Postgresql program.

Do you mean that the Access front-end and back-end reside on a disk on the
same machine as the PostgreSQL billing software? You said "8 users", so do
all those users log in, serially, to that one machine, or do they access it
from their own computers? If they access the Access front-end and back-end
from their own computers, their own computer is where _Access_ is running,
even if the front-end and back-end databases are stored on a disk on the
server. That is the way it works!
One other computer is running the same billing
program with the data on the same machine
mentioned above.
Vendor says we should try only running the billing
software without or the Access emr for a while to
see if it does not knock users out.

As David suggests, insist they explain to you, clearly, simply, and
succinctly, what interaction between Access and PostgreSQL is, in their
opinion, causing the interference. Then post back here, and I strongly
suspect we will be able to debunk that argument.
Problem is getting knocked out occurs without any
warning so who knows how long we would have to
check.

However long it takes for that to happen is how long their glib tongues
would have delayed their having to actually debug their software.
Just to let you know the EMR never, ever has issues.

But, because of (other potential) issues (which would affect the Access DB,
not some other program), it would be a good idea to put a copy of the Access
FE on each of the 8 users' own computers. You do realize that now, you are
bringing every Access object it uses across the network... much slower than
retrieving the queries, forms, reports, macros, and modules from the local
hard drive.

Larry Linson
Microsoft Access MVP
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200704/1

Apr 14 '07 #7
"jptpjs via AccessMonster.com" <u14870@uwewrote in
news:70b411bf0e42a@uwe:
Access Front Ends are on all the other computers.
I just wanted to make it clear that the machine that has the
postgresql data also has its own front end and the back end.
So access is running on the same machine as the postgresql.
Seems like the option they are suggesting is to not use the access
program from that computer.
In other words, you're running a peer-to-peer network, with one of
the workstations hosting the PostgreSQL database as well as
functioning as a workstation running the Access app.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Apr 14 '07 #8
That is correct.

David W. Fenton wrote:
>Access Front Ends are on all the other computers.
I just wanted to make it clear that the machine that has the
postgresql data also has its own front end and the back end.
So access is running on the same machine as the postgresql.
Seems like the option they are suggesting is to not use the access
program from that computer.

In other words, you're running a peer-to-peer network, with one of
the workstations hosting the PostgreSQL database as well as
functioning as a workstation running the Access app.
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200704/1

Apr 14 '07 #9
"jptpjs via AccessMonster.com" <u14870@uwewrote
I just wanted to make it clear that the machine
that has the postgresql data also has its own
front end and the back end. So access is running
on the same machine as the postgresql.
The only thing that I can think of that might cause "interference" is the
limit on the number of concurrent connections in a peer-to-peer network
(varies with the OS, but not the "virtually unlimited" number supported by a
server OS).
Seems like the option they are suggesting is to
not use the access program
from that computer.
To allow work to continue in your environment, and still "give their
suggestion a try", perhaps you could move the Jet back-end to a different
machine in the peer-to-peer network, and maybe even not use the FE that's on
the same machine as the PostgreSQL server.

I don't think the latter will make any difference, but the former might
eliminate any problem with the number of connections.

Larry Linson
Microsoft Access MVP

Apr 14 '07 #10
"Larry Linson" <bo*****@localhost.notwrote in
news:OtbUh.3384$h8.1633@trnddc06:
"jptpjs via AccessMonster.com" <u14870@uwewrote
I just wanted to make it clear that the machine
that has the postgresql data also has its own
front end and the back end. So access is running
on the same machine as the postgresql.

The only thing that I can think of that might cause "interference"
is the limit on the number of concurrent connections in a
peer-to-peer network (varies with the OS, but not the "virtually
unlimited" number supported by a server OS).
But that would be per client workstation, no?

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Apr 15 '07 #11

"David W. Fenton" <XX*******@dfenton.com.invalidwrote in message
news:Xn*********************************@127.0.0.1 ...
"Larry Linson" <bo*****@localhost.notwrote in
news:OtbUh.3384$h8.1633@trnddc06:
>"jptpjs via AccessMonster.com" <u14870@uwewrote
I just wanted to make it clear that the machine
that has the postgresql data also has its own
front end and the back end. So access is running
on the same machine as the postgresql.

The only thing that I can think of that might cause "interference"
is the limit on the number of concurrent connections in a
peer-to-peer network (varies with the OS, but not the "virtually
unlimited" number supported by a server OS).

But that would be per client workstation, no?
Is there a difference between a "client" and "server" machine in a
peer-to-peer? I am certainly neither a platform nor networking expert, but
thought it was "per machine". I would be happy to hear that is not the case,
though.

And (remembering the need to increase the number of allowed connections in
older Novell environments into the thousands), even so, it might interfere
with performance measurements.

Larry
Apr 16 '07 #12
"Larry Linson" <bo*****@localhost.notwrote in
news:owLUh.1370$xL6.590@trnddc05:
>
"David W. Fenton" <XX*******@dfenton.com.invalidwrote in message
news:Xn*********************************@127.0.0.1 ...
>"Larry Linson" <bo*****@localhost.notwrote in
news:OtbUh.3384$h8.1633@trnddc06:
>>"jptpjs via AccessMonster.com" <u14870@uwewrote

I just wanted to make it clear that the machine
that has the postgresql data also has its own
front end and the back end. So access is running
on the same machine as the postgresql.

The only thing that I can think of that might cause
"interference" is the limit on the number of concurrent
connections in a peer-to-peer network (varies with the OS, but
not the "virtually unlimited" number supported by a server OS).

But that would be per client workstation, no?

Is there a difference between a "client" and "server" machine in a
peer-to-peer?
If one is acting as a server, yes, though all versions of Windows NT
are running the server service by default (it can't be shut off
without messing up nearly everything).
>I am certainly neither a platform nor networking expert, but
thought it was "per machine". I would be happy to hear that is not
the case, though.
My only point was not to confuse server connections from client
workstations with database connections. There can be only one of the
former per workstation, while there can be multiple database
connections from a single workstation.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Apr 17 '07 #13
"David W. Fenton" <XX*******@dfenton.com.invalidwrote
My only point was not to confuse server
connections from client workstations with
database connections. There can be only one
of the former per workstation, while there
can be multiple database connections from
a single workstation.
Thanks, David.
Apr 18 '07 #14
Access Data Projects & SQL Server are a _MUCH_ better solution that
MDB linked to _ANYTHING_

seriously

it's pain free


On Apr 12, 12:50 pm, "jptpjs via AccessMonster.com" <u14870@uwe>
wrote:
I have an application I built in Access 2003. It is an electronic medical
records program split into front end (8 computers) and back end.
This runs flawlessly. Purchased a billing program that uses Postgresql.
This resides on the same computer as our Access backend.
We keep getting knocked out of the new billing program and never get knocked
out of my Access program. The billing software provider says that Access and
Postgresql running on the same machine is causing the problem.
Has anyone ever heard of this as we cannot go without the Access program.
I don't know much about Postgresql and any help will be appreciated.

Pete

--
Message posted viahttp://www.accessmonster.com

Apr 23 '07 #15

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

Similar topics

1
by: E. Zorn | last post by:
Hi, i use Access as a frontend via ODBC to an Linux-based postgresql. I have a problem in a form where I use a lot of subforms. In some cases ( i couldn't detect when - but I really try to) the...
10
by: Mike | last post by:
I recently had a Microsoft Access 97 database corrupt on me. The setup is a split database (front end/back end) setup with about 10-15 users. This is the first corruption in something like a...
1
by: Mike_red | last post by:
Hello, I hope someone can solve my problem here. I am currently working/programming a website using Debian Linux + Perl + PHP + PostgreSQL + Apache. Some data in the postgreSQL server must...
13
by: Zlatko Matić | last post by:
Is it possible to use Access as front-end for POstgreSQL and how ? What about Access Projects (.adp) and PostgreSQL ?
2
by: Zlatko Matić | last post by:
Hello. I have the following problem with MS Access/PostgreSQL combination: There is a form in Access that has an unbound text box, used for entering a commentary of a batch of records. There is a...
4
by: Chris Ochs | last post by:
We have a number of tables in a CRM that is written in MS access that I need to be able to provide a web interface to. I can export the tables just fine using pgadmin II, but I cant' think of a...
3
by: Clodoaldo Pinto Neto | last post by:
Hi all, I'm restoring a database from 7.3.4 FC1 to 7.4.2 FC2: $ pg_restore -d KakaoStats KakaoStats.dump pg_restore: could not execute query: ERROR: could not access file...
10
by: Eric E | last post by:
Hi all, I am using an Access client linked to a PG 7.4 server via ODBC. I have a stored proc on the server that inserts rows into a table.particular table, accomplished via an INSERT within the...
10
by: harvindersingh | last post by:
Hello I am developing an application that requires PostgreSQL connection, I have installed PostgreSQL on my development machine and using NpgSQL to connect to the database. I am able to connect to...
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
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
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.