<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>19 Jun 2015 06:05:00 Z</lastBuildDate><pubDate>18 Jun 2015 12:18:00 Z</pubDate><description>I having weird problem when try connect to database via webservice&#13;
1. SQLConnectWS()&#13;
will return OK as long as &lt;Server of Webservice&gt; parameter is correct. even if the rest of parameters are wrong.&#13;
&#13;
2. SQLExec()&#13;
- if information of database server specify in SQLConnectWS() is wrong, this function will throw exception ( after time out 40 seconds ) " Error in Local Procedure myProcedure process. SQLExec function called.the following error was return b y the server : null"&#13;
there will be connection show in logs of "reserved webdev server 20"&#13;
&#13;
- if information of database name or database type or user or password specify in SQLConnectWS() is wrong, this function will not return error or throw exception . no connection show in logs of "reserved webdev server 20"&#13;
&#13;
My question is how do I able to tell what is the cause of query return nothing ?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52761-wm20-android-mysql-connect-database-via-webservice/read.awp</link><title>[WM20 android-Mysql] connect to database via webservice</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/52761-wm20-android-mysql-connect-database-via-webservice-52789/read.awp</comments><pubDate>19 Jun 2015 06:05:00 Z</pubDate><description>for SQLExec(m_sql, "QRY" )&#13;
if there is syntax error in the query&#13;
m_sql is string = [&#13;
selec field1 from mytable;&#13;
]&#13;
&#13;
SQLExec…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52761-wm20-android-mysql-connect-database-via-webservice-52789/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52761-wm20-android-mysql-connect-database-via-webservice-52789/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52761-wm20-android-mysql-connect-database-via-webservice/read.awp">[WM20 android-Mysql] connect to database via webservice</source><title>Re: [WM20 android-Mysql] connect to database via webservice</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52761-wm20-android-mysql-connect-database-via-webservice-52788/read.awp</comments><pubDate>19 Jun 2015 05:54:00 Z</pubDate><description>Beware when using SQLInfo("QRY") function .&#13;
&#13;
for example&#13;
&#13;
WHEN EXCEPTION IN&#13;
&#13;
IF SQLConnectWS(DB_WebService, DB_Server, DB_…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52761-wm20-android-mysql-connect-database-via-webservice-52788/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52761-wm20-android-mysql-connect-database-via-webservice-52788/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/52761-wm20-android-mysql-connect-database-via-webservice/read.awp">[WM20 android-Mysql] connect to database via webservice</source><title>Re: [WM20 android-Mysql] connect to database via webservice</title></item></channel></rss>
