If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > ODBC error with ACCESS 2000 XP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-16-02, 09:52
ROUSSET ROUSSET is offline
Registered User
 
Join Date: Oct 2002
Location: Paris FRANCE
Posts: 5
ODBC error with ACCESS 2000 XP

Hi
I have an error -7711 when I try to import or link tables in MS Access 2000 under XP. I can see the list of the tables which are on a RS6000 under AIX but when I try to select them I have the error. BUT the same ODBC driver works well with Excell. Someone can help me ??
thanks in advance
Reply With Quote
  #2 (permalink)  
Old 10-17-02, 04:54
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
I don't think that's an Informix error.
Can you trace your ODBC connection with SQLIDEBUG and check the output?
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 10-17-02, 08:06
ROUSSET ROUSSET is offline
Registered User
 
Join Date: Oct 2002
Location: Paris FRANCE
Posts: 5
Quote:
Originally posted by Roelwe
I don't think that's an Informix error.
Can you trace your ODBC connection with SQLIDEBUG and check the output?
I made the SQLIDEBUG and sqlprt and the result is in the attached file, at the begining it seems that there is a Msysconf table which is missing.
but I have not enough knowledge to interpret this debug thanks if you can help
Kristof
Attached Files
File Type: txt ifx_trace.txt (6.9 KB, 129 views)
Reply With Quote
  #4 (permalink)  
Old 10-17-02, 10:27
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Could you check this sql?

select count(*) from informix.systables t, informix.sysfragments f where t.tabid = f.tabid and f.fragtype = 'T' and t.tabname like 'bdaclients' and t.owner like 'bmc'

Did you ask for a table called 'bdaclients'?
If so is that table in the database?
If so is the owner 'bmc'?

If you did not ask for all that, could you also trace the Excel connection and check the difference.
__________________
rws
Reply With Quote
  #5 (permalink)  
Old 10-17-02, 10:41
ROUSSET ROUSSET is offline
Registered User
 
Join Date: Oct 2002
Location: Paris FRANCE
Posts: 5
Quote:
Originally posted by Roelwe
Could you check this sql?

select count(*) from informix.systables t, informix.sysfragments f where t.tabid = f.tabid and f.fragtype = 'T' and t.tabname like 'bdaclients' and t.owner like 'bmc'

Did you ask for a table called 'bdaclients'?
If so is that table in the database?
If so is the owner 'bmc'?

If you did not ask for all that, could you also trace the Excel connection and check the difference.
Yes table and owner exist and yes it is the "bdaclients" table that I try to link in access. In fact I choose it from a list that access gives me. Access find correctly all the tables that are present in the informix database, it is when i choose one and press OK that I 've got the error .
Does the problem can comes from the level release of my informix database because I think it is an old one.
thanks.
Reply With Quote
  #6 (permalink)  
Old 10-18-02, 05:12
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
If it works in Excel an it doesn't work with Access, I think it is a microsoft thing.
ODBc is not a part of the Informix Engine, it is part of the CSDK.
You can download the latest csdk (2.80) from
http://www.informix.com/evaluate
__________________
rws
Reply With Quote
  #7 (permalink)  
Old 10-24-02, 09:22
ROUSSET ROUSSET is offline
Registered User
 
Join Date: Oct 2002
Location: Paris FRANCE
Posts: 5
Quote:
Originally posted by Roelwe
If it works in Excel an it doesn't work with Access, I think it is a microsoft thing.
ODBc is not a part of the Informix Engine, it is part of the CSDK.
You can download the latest csdk (2.80) from
http://www.informix.com/evaluate
The problem have been solved with the download of the 2.80 SDK wich contain the 3.81 ODBC driver instead of the 3.80.
Thanks a lot
Kristof
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On