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.