Search found 37 matches: fwmariaconnection

Return to advanced search

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

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 ...
by nageswaragunupudi
Mon Sep 23, 2024 5:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1331

Re: New FTDN April 2024 (FWH 24.04)

... 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) ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2105

New FTDN April 2024 (FWH 24.04)

... 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 ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 2105

Re: New FTDN February 2024 (FWH 24.02)

... Echále un vistazo a https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-lockwindowupdate. * Nuevo: Nuevos métodos en la clase FWMariaConnection: - ListCollations() --> oRs - ListCharSets() --> oRs - TableCollation( cTable ) --> cCollation - TableCharSet( cTable ) --> ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 1078

New FTDN February 2024 (FWH 24.02)

... * New: Class TWindow Method LockUpdate( lOnOff ): https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-lockwindowupdate * Class FWMariaConnection New Methods: ListCollations() --> oRs ListCharSets() --> oRs TableCollation( cTable ) --> cCollation TableCharSet( cTable ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 1078

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... 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 ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 4847

New FTDN October/Octubre 2023 (FWH 23.10)

... 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, ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 4847

Re: Lost connection to MySQL server during query

oCn:max_statement_time

Is generating the error bellow:
Called from: FWMARIA.PRG => FWMARIACONNECTION:MAX_STATEMENT_TIME( 10176 )

? oCn:max_execution_time = 0
by vilian
Wed Sep 06, 2023 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 14730

Re: FW: Funcionalidad para Mysql y Mariadb

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) ...
by goosfancito
Thu Jul 20, 2023 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW: Funcionalidad para Mysql y Mariadb
Replies: 20
Views: 2543

Re: Where do I find the backup/restore methods class

These are the methods of the FWMariaConnection() class.
Source code is not released.

You can use these methods as explained in the documentation.
by nageswaragunupudi
Tue Jun 27, 2023 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where do I find the backup/restore methods class
Replies: 2
Views: 599

Re: New FTDN April/Abril 2023 (FWH 23.04)

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] ) ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 3010

New FTDN April/Abril 2023 (FWH 23.04)

January to April 2023 ====================== * FWMariaConnection: - Method QueryResult( cSql ) enhanced to QueryResult( cSql, [aParams] ) * New Function JsonView( cJsonText/File, [cTitle] ) * function FW_CopyToClipBoard( uValue, [nFormat] ) --> ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 3010

Re: New FTDN March/Marzo 2022 (FWH 22.03)

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 ...
by Antonio Linares
Mon Apr 11, 2022 4:11 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 1345

New FTDN March/Marzo 2022 (FWH 22.03)

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 ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 1345

Re: Clase Nativa MySql

Los fuentes no son incluidos en source, la clase no puede heredar,
esos metodos no existenten.
la documentación esta aca

http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariaconnection
http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariarowset
by carlos vargas
Wed Mar 09, 2022 5:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 3108
Next

Return to advanced search