473,769 Members | 4,831 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ODBC call failed

pu
Hi,

Could any one tell me what the following messages means please? And where
can I get the error messages with their descriptions?
===begin===
ODBC --call failed.
blank (#110)
===end===

I get this when I try to link a table into MsAccess from a postgresql
database.
If I link the table from my Linux6.2 Postgresql6.5 database, all is well.
If I link the table from my Linux9.0 Postgresql7.2 database, the above
happens.

===begin===
[root@linlee data]# rpm -a -q | grep postgres
postgresql-odbc-7.2.5-1
postgresql-contrib-7.3.2-3
postgresql-tcl-7.3.2-3
postgresql-libs-7.3.2-3
postgresql-7.3.2-3
postgresql-pl-7.3.2-3
postgresql-python-7.3.2-3
postgresql-jdbc-7.3.2-3
postgresql-test-7.3.2-3
postgresql72-libs-1-3
postgresql-server-7.3.2-3
postgresql-devel-7.3.2-3
===end===

Thanks in advance.
Leigh

cc to le*******@hotma il.com


Nov 13 '05 #1
4 4171
Same thing happened to me today: Access 2002 & PostgreSQL 8.0.1 on
Windows XP, using ODBC DSN. When you find an answer I'd sure like to
know what it is.

--
MGFoster:::mgf0 0 <at> earthlink <decimal-point> net
Oakland, CA (USA)

pu wrote:
Hi,

Could any one tell me what the following messages means please? And where
can I get the error messages with their descriptions?
===begin===
ODBC --call failed.
blank (#110)
===end===

I get this when I try to link a table into MsAccess from a postgresql
database.
If I link the table from my Linux6.2 Postgresql6.5 database, all is well.
If I link the table from my Linux9.0 Postgresql7.2 database, the above
happens.

Nov 13 '05 #2
MGFoster wrote:
Same thing happened to me today: Access 2002 & PostgreSQL 8.0.1 on
Windows XP, using ODBC DSN. When you find an answer I'd sure like to
know what it is.


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

When I got the error

ODBC --call failed.
blank (#110)

I had started the PostgreSQL server w/ a Windows Admin user account.
PostgreSQL won't allow you to connect to the server when an Windows
Admin account starts the service.

Solution (Windows XP Professional & Access XP):

Make sure your machine is not connected to the Internet.

Create a Windows, non-admin user account, log into Windows on that
account & start the PostgreSQL server. Create a DB & table in
PostgreSQL using the pgAdmin program. Create a DSN to that DB. Open
Access & link to that table using the DSN you just created. It should
work.

Log off the non-admin account & switch to a Windows Admin account. Open
another Access mdb file, different from the one opened above, and create
a link to the table in PostgreSQL. That should also work.

When my machine was connected to the Internet & I started the PostgreSQL
service Access couldn't open the linked table. Error:

Could not connect to the server;
Could not connect to the remote socket. (#101)

I disconnected from the Internet & started the service again. I could
open the linked table. I stopped the service, reconnected to the
Internet, started the service & then I COULD connect to the table!?

After a few minutes connected to the Internet when I tried to open the
table again I got the same message! I don't know what's going on.

There were other problems w/ changing permissions on the DB (to GRANT
ALL), which caused the successfully linked tables to show #Deleted in
the rows!?

Sigh... Back to testing....

--
MGFoster:::mgf0 0 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQjiY9YechKq OuFEgEQI3SQCfQQ zWC8ocUr1AdAlf6 Z9Nq+OhvcYAn2jg
iQIfDv3JCnGHxju g/BWHMgMp
=VS6h
-----END PGP SIGNATURE-----
Nov 13 '05 #3
pu
I don't know whats going on either. Using Windows Xp and Access 2000 I can
log onto my Postgresql server on two linux 6.2 boxes that sport a Postgres
6.5.

When trying to connect to Linux 9.0 Postgres 7.5 setup, I get the #110 error
messages.

I get the same message connected to the net trying to log onto my ISP's
postgresql server (8.0). I don't know if they are running it under Linux or
what version of Linux.

But the error message Blank (#110) must mean something even if, I suspect,
it means unexpected error.

I wonder if there is a log I can look into that might shed some light?

Regards

Leigh

"MGFoster" <me@privacy.com > wrote in message
news:8V******** **********@news read1.news.pas. earthlink.net.. .
MGFoster wrote:
Same thing happened to me today: Access 2002 & PostgreSQL 8.0.1 on
Windows XP, using ODBC DSN. When you find an answer I'd sure like to
know what it is.


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

When I got the error

ODBC --call failed.
blank (#110)

I had started the PostgreSQL server w/ a Windows Admin user account.
PostgreSQL won't allow you to connect to the server when an Windows
Admin account starts the service.

Nov 13 '05 #4
MGFoster <me@privacy.com > wrote in
news:8V******** **********@news read1.news.pas. earthlink.net:
There were other problems w/ changing permissions on the DB (to
GRANT ALL), which caused the successfully linked tables to show
#Deleted in the rows!?


Isn't the #Deleted problem with ODBC links evidence of a lack of a
primary key or the lack of a time stamp?

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #5

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

Similar topics

0
2035
by: Vic Spainhower | last post by:
Hello, This is probably not the correct forum to post this problem but I posted it in the Access group but didn't get a reply and I'd like to move forward on this. I have setup an ODBC Connection to a MySQL database (driver version is 3.51) but when I setup the link in MS Access 2002 some of the tables will show #Name? in all of the fields, some will show #Deleted in all of the fields and some will work (except I can't update them). ...
7
6170
by: tina | last post by:
Hello, Can you hale me to define my mistake please? I am trying to run a SQL Pass – Through Query from Access 2000 and inside the record set I am trying to loop for a LoginID. I think that this function should work. I get an error at this point Set StoredProcRecordSet = DB.OpenRecordset(StoredProcQryName, DB_OPEN_SNAPSHOT) The error is this ODBC--call failed.
3
3495
by: Yannick Turgeon | last post by:
Hello all, I'm using: - A97 (front-end) - MySQL drivers 3.51 - MySQL 4.0.18 (back-end) I've got a MySQL table connected to an Access DB throw an ODBC link. When I connect to this table, no matter the query, a connection is created in MySQL. Initialy, this connection stayed opened 8 hours (default. controled
14
10144
by: Abhi | last post by:
FYI: This message is for the benefit of MS Access Community. I found that this prblem has been encounterd by many but there is hardly any place where a complete solution is posted. So I thought I should give back to the community by posting our findings. Thanks you all for all your help till now by posting problems and their solutions. ~Abhijit
1
4160
by: VBSponge | last post by:
Hi all. Need help here as I cant see whats wrong... I have a querydef in Access 2k which execs a stored proc in a SQL Server 2k db. I keep getting the following error, and cant stop it for the life of me: "Error 3146: ODBC Call Failed" Now, the stored proc uses @RETURN_VALUE to pass back an integer result
9
17032
by: mcbill20 | last post by:
Hello all. I just installed Oracle 10g developer tools on a machine running XP Pro and Office XP. Before this I had just the Oracle 9 client installed. I the previous configuration, I was able to access any of the Oracle tables on another machine but now I am having problems. Unfortunately, I don't remember the correct syntax for the ODBC connect string and I am hoping that is my whole problem. I am trying to connect to an Oracle 9...
12
14482
by: mukeshhtrivedi | last post by:
We have 4 MS Access Databases with few tables on each DB. There are some reports which uses ODBC. When I try to use the report and input date range and click ok I get error "ODBC --call failed" it happens on my computer only. I have just setup Windows XP SP2 with latest updates and MS Office Prof. 2000 and in ODBC I have same dirvers installed as other users who are able to access reports without any problem. Can anybody tell me what...
4
11658
by: alegria4ever | last post by:
I have an Access 2000 database that links several tables from Oracle 9. For some reason or another, one of our user repeatedly gets the following error when accessing queries within this database: ************************************************************************************ ODBC -call failed. ORA-01017: invalid username/password; logon denied (#1017) Driver's SQLSetConnectAttr failed IM006 0 Driver's SQLSetConnectAttr failed...
11
3735
by: Kirby1 | last post by:
ODBC call failed -------------------------------------------------------------------------------- We have recently upgraded our SQL Server from 7.0 to 2000. Since then my Access database to generate reports on the data is giving this error when I try to display a report: ODBC call failed. Subquery returned more than 1 value. This is not permitted when the subquery follows =, !, <,<=, >, >=, or when the subquery is used as an expression....
1
5409
by: mikerudy | last post by:
I have an 3rd-party application that uses a SQL back-end, but uses Access 2000 (linked tables all using the same DSN) as an intermediary. We recently upgraded from SQL 7 to SQL 2005, which went fine. Now, however, we want to setup SQL Mirroring to provide automatic failover. The mirroring works fine. In my test environment, the mirror server becomes active automatically when the service is stopped on the principal server. I can see...
0
9416
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10199
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10032
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9979
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,...
1
7393
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6661
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
5433
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3551
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2810
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.