Testing further. There are other FWH classes having DESTRUCTOR methods. I did not experience any problem with them. Not also with FWMariaConnection class. The only problem is with FWMariaRowSet class. My knowledge is limited. I would seek the guidance of my seniors to go through the destructor ...
... la llamada al método Resize() desde el método Activate() de la clase TWindow pero con los parámetros correctos. Ahora funciona como se esperaba. * FWMariaConnection: - Nuevo: Nuevo método Record( cTable, [cWhere] ) --> Record Object utilizando la nueva clase FWMariaRecord (source\classes\mariarec.prg) ...
... restored the call to Method Resize() from Class TWindow Method Activate() but providing it the right parameters. Now it is working as expected. * FWMariaConnection: - New method Record( cTable, [cWhere] ) --> Record Object using the new FWMariaRecord class (source\classes\mariarec.prg) derived ...
... para los usuarios de algunos idiomas. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43850&sid=19db84a6686a199e5a8529b0d17e21d6 * FWMariaConnection: Se ha mejorado la lógica de reconexión cuando la aplicación pierde la conexión con el servidor. Nuevo data bOnLostServer: Si se especifica ...
... convinient to users of some languages. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43850&sid=19db84a6686a199e5a8529b0d17e21d6 * FWMariaConnection: Reconnection logic improved when the app loses connection to the server. New data bOnLostServer: If this codeblock is specified, ...
Antonio, Called from MYSQL_EXECUTE(0) in .\source\internal\FWMARIA.PRG Called from FWMARIACONNECTION:EXECUTE_SQL(6663) in .\source\internal\FWMARIA.PRG Called from FWMARIACONNECTION:EXECUTE(7024) in .\source\internal\FWMARIA.PRG Called from FWMARIACONNECTION:CREATEDB(6317) ...
De Enero a Abril de 2023 ======================== * FWMariaConnection: - Método QueryResult( cSql ) mejorado a QueryResult( cSql, [aParams] ) * Nueva función JsonView( cJsonText/File, [cTitle] ) * La función FW_CopyToClipBoard( uValue, [nFormat] ) ...
January to April 2023 ====================== * FWMariaConnection: - Method QueryResult( cSql ) enhanced to QueryResult( cSql, [aParams] ) * New Function JsonView( cJsonText/File, [cTitle] ) * function FW_CopyToClipBoard( uValue, [nFormat] ) --> ...
Diciembre 2021 a Marzo 2022 =========================== * FWMariaConnection: - Método ValToSQL( tDateTime ) ahora se considera también la fracción de segundos. - Métodos Update/Insert ahora puede almacenar valores de fecha con fracción de segundos, si ...
December 2021 to March 2022 =========================== * FWMariaConnection: - METHOD ValToSQL( tDateTime ) now considers fraction of seconds also. Methods Update/Insert can now store datetime values with fraction of seconds, if the field definition allows ...