Darrell intenta con 'MSXML2.ServerXMLHTTP' que tiene el metodo setTimeouts(lResolve, lConnect, lSend, lReceive) 'MSXML2.XMLHTTP' es distinto de 'MSXML2.ServerXMLHTTP' Yo lo uso asi oHttp := CreateObject( 'MSXML2.ServerXMLHTTP' ...
Dear Darrell, Please download this zip file: https://github.com/starofrainnight/winio/releases/download/3.0/WinIo.zip And try this initial version: #include "FiveWin.ch"#include "dll.ch"#define ...
Darrell Searching your problem .. I noticed that [DISP_E_EXCEPTION] seemed to occur after a Server 2019 update .. check if your server has received any Microsoft updates recently ( past week or so ) .. If yes, you might consider ...
Mr. Darrell Ortiz We suggest this approach: Please copy this program to fwh\samples folder and build with buildh.bat or buildx.bat #include "fivewin.ch"#include "adodef.ch"function Darriel() local ...
Darrell DO not know if there would be an error code for the connection string .. as you ( and I ) use it .. it either works or fails .. but you can evaluate oErr in the break trap when you create commands or recordsets. // ...