Search found 83 matches: fwmaria

Return to advanced search

Re: FWMARIA MENSAJES DE ERROR

Thankyou my friend works perfectly

Regardos

Paul
by PAUL SIMM
Tue Apr 23, 2024 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 178

Re: FWMARIA MENSAJES DE ERROR

You see this error when trying to connect using oCn := maria_Connect( <connectionspe>,  .T. ) Last parameter .T. means ShowError. In that case the library shows the error as MySql shows. You can suppress display of error by oCn := maria_Connect9( <connectionspecs>,  ...
by nageswaragunupudi
Tue Apr 23, 2024 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 178

Re: FWMARIA MENSAJES DE ERROR

Estimado Paul,

Puedes mostrar una imagen de como se ve el error ?

Buscando en los fuentes de FWH no encuentro el mensaje de error que comentas

gracias!
by Antonio Linares
Mon Apr 22, 2024 6:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 178

FWMARIA MENSAJES DE ERROR

Habra forma de editar el contenido del Mensaje de error "Unknowen Mysql Server Host www.xxxxx.com" para eliminar el nombre en este aviso del host (www.xxx.com) para evitar posibles intentos de hackeo.
by PAUL SIMM
Sun Apr 21, 2024 10:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 178

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

In the next version to be released.

1. :lFreezePanes does not raise runtime error.
2. Dates and TimeStamps earlier than the year 1900 are exported as text to avoid loss of data and export errors.
by nageswaragunupudi
Tue Apr 09, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3279

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

It appears you are using
Code: Select all  Expand view
oRowSet:ToExcel()

of FWMaria lib.
We will now include this code in TRY/CATCH block for future.

But we advise you to use oBrw:ToExcel() which is safer.
by nageswaragunupudi
Sat Apr 06, 2024 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3279

FWMARIA TOEXCEL ERROR FREEZEPANES

... _FREEZEPANES Args: [ 1] = L .T. Stack Calls =========== Called from: => TOLEAUTO:_FREEZEPANES( 0 ) Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:TOEXCEL( 5640 ) Luego de revisar las consultas de porque genera bien el excel en unos y no en otros me percate que el ...
by cjcardoza
Fri Apr 05, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3279

mariadb_connect bigdata and read as page

Dear Master Rao,

I would like to know pagination of FWMARIA more clearly. Could you give more details and sample please?

Thanks a lot.
Dutch
by dutch
Sat Feb 10, 2024 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb_connect bigdata and read as page
Replies: 3
Views: 323

Re: RAO advice on using Mysql

:ActiveConnections is only for ADO recordsets. In fwmaria lib, it is oRs:oCn. To change the sql, please make a new RecSet object, set it to oBrw:oDbf and then close the old RecSet object You may try this sample and use similar logic #include "fivewin.ch"function ...
by nageswaragunupudi
Wed Feb 07, 2024 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1025

Re: MariaDb SetFilter no realiza Filtrado

... => (b)EXPRTOCODEBLOCK( 1422 ) Called from: .\source\internal\FWROWSET.PRG => FWROWSET:SETFILTER( 495 ) Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:SETFILTER( 2860 ) Called from: Bin\laborMaquina.prg => BUSCARLAB( 185 ) Called from: Bin\laborMaquina.prg => (b)BRWBTNBAR( ...
by CARLOS ATUNCAR
Sat Jan 27, 2024 12:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MariaDb SetFilter Error no definida: SOLUCIONADO
Replies: 2
Views: 177

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: 12563

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: 2022

Re: Fw maria-/mysql

Buena tarde Requiero construir un txbrowse con recordset ( fwmaria ), Anexo ejemplo de como lo hago con tablas DBF Jonsson Russi Bucaramanga , Colombia    AADD( vConBrw,{ "HIS->cCodigoCon",   "Cpto"         , "XX" ...
by russimicro
Sat Jul 01, 2023 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fw maria-/mysql
Replies: 4
Views: 325
Next

Return to advanced search