473,770 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2608
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.c om" <u14870@uwewrot e in message
news:709b5f7dfb 67e@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.c om" <u14870@uwewrot e
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 "interferen ce" 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
relationship s) 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 "interferen ce" 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.c om" <u14870@uwewrot e in
news:70a88c6d75 d4c@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.c om" <u14870@uwewrot e
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.c om
http://www.accessmonster.com/Uwe/For...ccess/200704/1

Apr 14 '07 #7
"jptpjs via AccessMonster.c om" <u14870@uwewrot e in
news:70b411bf0e 42a@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.c om
http://www.accessmonster.com/Uwe/For...ccess/200704/1

Apr 14 '07 #9
"jptpjs via AccessMonster.c om" <u14870@uwewrot e
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 "interferen ce" 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

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

Similar topics

1
2626
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 form and Access hangs. The only way to close the form is to close Access via "cross" (upper right corner). If I try then to view once again the form I get the following error message:
10
2405
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 year. The database has about 25 tables, and the total size is about 15MB, after a compact. The front end sits on users Windows 2000 Professional desktops, and the file server is a Windows 2000 Server. I've been thinking of migrating the back end,...
1
2314
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 be updated from a Microsft Access database once a week. The Micorosft Access database is running on a Windows NT 4 platform.
13
7292
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
3892
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 DAO Append Query that has a parameter that is passed from the text box using parameter of DAO QueryDef object. I adjusted B7 parameter (Text as LongVarchar) in connection string (ODBC driver) to 1, so that Access links PostgreSQL Text fields as...
4
1782
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 clean way to import them from postgresql back to access. Synchronizing only needs to happen once a day at the most. I was also thinking of using the MS access forms with access tables that are just odbc links to the postgresql database. Does...
3
7581
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 "$libdir/plpython": No such file or directory The dump was generated with the command:
10
3571
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 body of the stored proc. The procedure does not explicitly commit this data, as no transactions are invoked. The problem is that Access will not modify these records via table or form view, giving its generic "Write conflict: another user has...
10
12996
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 the database while the application is running on the development PC, but whenever I am on any other PC on my network I cannot connect the application to the DB server running on another machine. I have been searching for a solution for quite a long...
1
10038
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9906
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8933
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.