... aDatosCortesHora := oCn:QueryResult( cScript, .t. ) ?oCn:nError ?oCn:cErrorRETURN nil oCn:nError da 0 oCn:cError da '' y si hago : ?aDatosCortesHora resulta en : {} si copio el script en HeidiSQL y lo ejecuto funciona ...
... que utilizo con bematech #include "..\INCLUDE\DPXBASE.CH" MEMVAR oDp /* // Inicializa la Impresora */ FUNCTION BEMA_INI() LOCAL nRet,cError:="",I LOCAL cWinDir :=GetWinDir()+"\System32\" LOCAL cFileDll:=cWinDir+"bemafi32.dll" LOCAL aDlls:={} DEFAULT oDp:lBema_Demo ...
... por eso la consulta... Editado Veo que execute devuelve : a) nulo si no hay resultado o si ocurrió un error. En caso de error, oCn:nError y oCn:cError proporcionan la información del error. Opcionalmente, configurar lShowError muestra el error o el resultado de la instrucción sql, b) Numérico: ...
... not work. Because if there is a MySql error while inserting, no runtime error is raised. Instead, oCn:nError is set to mysql error number and oCn:cError is set to mysql error description. So, after oCn:Insert(...), please check ? oCn:nError,oCn:cError and let us know the result.
... "123456", "dbharobur", 3306) IF o:lConnect ? 'Connected !', '<b>Versión RDBMS MySql', o:Version() ELSE ? o:cError ENDIF RETU NIL Me sale este error otra vez: ==> Test Error de conexion... Error (MySQL library not found) Error (MySQL library not found)
... "123456", "dbharobur", 3306) IF o:lConnect ? 'Connected !', '<b>Versión RDBMS MySql', o:Version() ELSE ? o:cError ENDIF RETU NIL Me envia este error: ==> Test Error de conexion... Error (MySQL library not found) Error (MySQL library not found). Asi lo ...
... 96 )" cSql = "SELECT * FROM tipos as TIP ORDER BY CTIPO LIMIT 1000 WHERE `TIP`.`CTIPO` = '01'" uRet = ::nError = 1064 ::cError = "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ...
... oDb:Execute(cSql) Dependiendo de la clase de utilices, podras optener el numero o texto del error, en mi caso uso EAGLE con cError:=oDb:oConnect:oError:GetError() Si tienes tablas con integridad referencial mediante INNO DB Podras desactivar la integridad referencial mediante ...
... nSize := 1024 LOCAL cBuffer LOCAL nReadedErr LOCAL nReadedOut LOCAL hInput := { => } LOCAL n LOCAL hPerson LOCAL hDecode LOCAL cInput LOCAL cError := "" LOCAL cOutput := "" hInput[ "id" ] := 1001 hInput[ "list" ] := {} FOR n := 1 TO 1000 hPerson := ...
... uResult (Can also use oCn:SqlQuery(...) ) uResult can be a) nil if there is no result or if error occured. In case of error, oCn:nError and oCn:cError provide teh error information Optionally setting lShowError displays ther error or result of sql statement, b) Numeric: In case of insert, update, ...
... = '018' 8' AND `esc`.`TIPO` = 'S1010' AND `esc`.`CAMPO` = '005' AND ( esc.cemp = '018' ) ORDER BY data,hora" uRet = ::nError = 1064 ::cError = "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ...