<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>5 Dec 2014 20:12:51 Z</lastBuildDate><pubDate>5 Dec 2014 20:12:51 Z</pubDate><description>hello&#13;
&#13;
Someone is using informix with windev 18 INFORMIX Native Driver?&#13;
&#13;
My problem is this:&#13;
&#13;
We need to connect to the database with different user name according to the &#13;
application that is running.&#13;
The problem is when windev Analysis Validates the structure (previously &#13;
imported as user "INFORMIX") against engine&#13;
the requirement that the OWNER is the same user is added, with the OWNER is &#13;
INFORMIX. Error causing native access&#13;
when I want to use Hxxxxxx&#13;
&#13;
Only works when I use direct consultation with sql eg&#13;
&#13;
// Describe the connection&#13;
HDescribeConnection ("MyConnection", "file", "20140911", "beyond", &#13;
"db_allende" hNativeAccessInformix)&#13;
&#13;
HOpenConnection ("MyConnection")&#13;
HChangeConnection ("*", "MyConnection")&#13;
&#13;
QRY is Data Source&#13;
&#13;
// HERE WORKS PERFECTLY&#13;
&#13;
HExecuteSQLQuery (QRY, "select * from tabla03")&#13;
HReadFirst (QRY)&#13;
IF NOT Hout (QRY) THEN&#13;
     FileToMemoryTable (TABLE_NoName1, QRY)&#13;
&#13;
END&#13;
&#13;
&#13;
// HERE IS WHERE THE ERROR BECAUSE DA VALID USER INFORMIX OWNER&#13;
&#13;
IF HReadSeek (TABLA03, recno, 1) = false THEN&#13;
     Info ("ERROR") // SIGN IN NATIVE ACCESS DEBUG ERROR OCCURS BECAUSE THIS &#13;
WAS IMPORTING FROM ANALISYS AS OWNER informix, using another user fails.&#13;
END&#13;
&#13;
&#13;
HCloseConnection ("MyConnection")&#13;
&#13;
&#13;
&#13;
aahhh ... tried to do it from MYSQL runs smoothly taking different users &#13;
Connection.&#13;
&#13;
&#13;
Any suggestions?&#13;
&#13;
Victor&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
&#13;
Víctor H. Pereyra&#13;
M.P. 2595&#13;
&#13;
Departamento de Informática&#13;
&#13;
Sucursal Nva . Cba .: Hipólito Yrigoyen 384&#13;
5000 Córdoba, Capital&#13;
Tel.: (0351) 426 9200 int :1234&#13;
&#13;
e-mail: vpereyra@sanatorioallende.com&#13;
www.sanatorioallende.com.ar</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49362-informix-windev/read.awp</link><title>informix &amp; windev 18</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
