<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>26 Mar 2015 11:50:00 Z</lastBuildDate><pubDate>25 Mar 2015 09:31:00 Z</pubDate><description>Hi Everyone&#13;
&#13;
I'm trying to connect to an oracle database and the steps I take are:&#13;
&#13;
1. Connection in Analysis&#13;
Name: EIWDEV_O_SAS_SB&#13;
Connection by: OLE DB Provider for Microsoft Directory Services&#13;
Data Source: hem1-scan:1525&#13;
User name: Test&#13;
Password: Test&#13;
&#13;
Pressing the test button show that the connection was successful.&#13;
&#13;
If I replace Connection by Oracle (Oracle Provider for OLE DB), then I get an error "unable to connect"&#13;
&#13;
2. The code:&#13;
bResult is boolean&#13;
&#13;
bResult=HOpenConnection("EIWDEV_O_SAS_SB") //True&#13;
bResult=HChangeConnection("AA", "EIWDEV_O_SAS_SB") //True&#13;
&#13;
dsQryTest is Data Source&#13;
bResult=HExecuteSQLQuery(dsQryTest, "EIWDEV_O_SAS_SB",hQueryDefault,"SELECT * FROM AA")//=False&#13;
HReadFirst(dsQryTest)&#13;
&#13;
The HExecuteSQLQuery fails.... (Am I really connected to the "AA" table?)&#13;
[EDIT] - Error="Error in the SQL code of query. Unable to initialize the query. AA file unknown"&#13;
&#13;
Any examples/tips on how you do it, would be appreciated.&#13;
&#13;
Regards&#13;
Marius</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection/read.awp</link><title>[WD18] - Oracle connection</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection-51196/read.awp</comments><pubDate>26 Mar 2015 11:50:00 Z</pubDate><description>Thanks King&#13;
&#13;
Will now look into ODBC&#13;
&#13;
Regards&#13;
Marius</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection-51196/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection-51196/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection/read.awp">[WD18] - Oracle connection</source><title>Re: [WD18] - Oracle connection</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection-51165/read.awp</comments><pubDate>25 Mar 2015 11:21:00 Z</pubDate><description>Marius&#13;
&#13;
Check it out as below link&#13;
&#13;
http://help.windev.com/en-US/?3044107&amp;name=HOpenConnection&#13;
&#13;
and it's for native driver…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection-51165/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection-51165/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/51159-wd18-oracle-connection/read.awp">[WD18] - Oracle connection</source><title>Re: [WD18] - Oracle connection</title></item></channel></rss>
