<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Mar 2019 15:49:40 Z</lastBuildDate><pubDate>24 Feb 2019 09:29:57 Z</pubDate><description>Hello,&#13;
I'm working with an external Ms SQL server in LAN network via OLEDB connection.&#13;
The configuration works good and I'm able to read that database using queries with windev.&#13;
The problem is when the server is shut down, if the client execute a query windev crash's.&#13;
I want to avoid this, checking if the connection is working it can execute the query.&#13;
I need&#13;
1) something to check Hconnection status (I want to use a green icon if the connection is established)&#13;
2) something to use set a timeout (I tried to use something in the guide but I doesn't work)&#13;
&#13;
Thanks</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66969-check-microsoft-sql-connection/read.awp</link><title>check Microsoft SQL connection</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>tassilo</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66969-check-microsoft-sql-connection-66984/read.awp</comments><pubDate>9 Mar 2019 15:49:40 Z</pubDate><description>Hi,&#13;
I always check the connection status with a procedure:&#13;
[code:wl]&#13;
PROCEDURE GetConnectiontoSql()&#13;
nConn is boolean&#13;
&#13;
nCon…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66969-check-microsoft-sql-connection-66984/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66969-check-microsoft-sql-connection-66984/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/66969-check-microsoft-sql-connection/read.awp">check Microsoft SQL connection</source><title>Re: check Microsoft SQL connection</title></item></channel></rss>
