Search found 45 matches: fwmysql

Return to advanced search

Re: how store Image into Database

hi, thx for Answer This works for all datasources, viz, dbf, tdatabase, ado, fwmysql, dolphin, tmysql, postgre, arrays, etc. found out when want to use Postgre i NEED to use TPQserver / TPQquery as it is "hardcode" in Source METHOD Load( lBlank ) ...
by Jimmy
Tue Jul 25, 2023 10:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 308

Re: how store Image into Database

... you are browsing in XBrowse, you can copy image from any source and paste into the cell. This works for all datasources, viz, dbf, tdatabase, ado, fwmysql, dolphin, tmysql, postgre, arrays, etc.
by nageswaragunupudi
Sun Jul 23, 2023 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 308

Re: how store Image into Database

... you are browsing in XBrowse, you can copy image from any source and paste into the cell. This works for all datasources, viz, dbf, tdatabase, ado, fwmysql, dolphin, tmysql, postgre, arrays, etc.
by nageswaragunupudi
Sun Jul 23, 2023 11:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how store Image into Database
Replies: 3
Views: 308

Re: XBROWSE : BookMark what is it for ?

... possible for use the same program code for different kinds of datasources, without changing even a single character in the source program. DBF,ADO,FWMySql,TMySql,Dolphin,PostGre, etc.
by nageswaragunupudi
Sun Apr 16, 2023 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE : BookMark what is it for ?
Replies: 1
Views: 199

Re: Aportaciones de Mr. Rao

http://wiki.fivetechsoft.com/doku.php#fwmysql_support http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariaconnection http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariarowset http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32737&start=0 http://forums.fivetechsuppor...
by cnavarro
Wed Jun 20, 2018 8:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Aportaciones de Mr. Rao
Replies: 2
Views: 678

Re: Impresion Mysql

Muestra tu codigo para mayor claridad de lo que expones. Tambien que utilizas, si Dolphin o FWMysql/FWMariaDB Te pongo un codigo de como lo hago con dolphin oQry := oApp:oServer:Query("SELECT c.numero AS numero, cl.nombre AS nombre, "+;                  ...
by cmsoft
Wed Nov 15, 2017 7:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Impresion Mysql
Replies: 1
Views: 502

Re: Pasar tablas SQL Server a DBF

nageswaragunupudi wrote:If you are using ADO for MySql, you can use FW_AdoImportFromDBF()
If you are using FWMYSQL for connecting to MySql, you can use oCn:ImportFromDBF()



Thanks

Do you have an example to use FW_AdoImportFromDBF() ?

I tried with the sample from wiki and it didn't work
by Compuin
Sun Jul 16, 2017 3:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar tablas SQL Server a DBF
Replies: 46
Views: 6770

Re: Pasar tablas SQL Server a DBF

If you are using ADO for MySql, you can use FW_AdoImportFromDBF()
If you are using FWMYSQL for connecting to MySql, you can use oCn:ImportFromDBF()
by nageswaragunupudi
Sun Jul 16, 2017 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar tablas SQL Server a DBF
Replies: 46
Views: 6770

Re: Sincronizar 2 Bases de Datos MySQL

This is how I would do it using FWMYSQL (FWMARIADB) // purchase ordersnLastId  := oCloud:QueryResult( "select max(id) from purchaseorders" )aRows    := oLocal:Execute( "select * from purchaseorders where id > ...
by nageswaragunupudi
Tue Jun 20, 2017 3:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sincronizar 2 Bases de Datos MySQL
Replies: 6
Views: 1510

Re: Mr Rao, slow to create xbrowse(solved)... totals not update

... too. Anyway you are spending time for reloading the data. You spend a little more time requery totals query also and refresh the totals. With fwmysql only the modified row is refreshed. You may try \fwh\samples\maria01.prg and check the edit behavior both inline and with dialog..
by nageswaragunupudi
Thu Jun 15, 2017 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr Rao, slow to create xbrowse(solved)...
Replies: 13
Views: 2026

Re: FWHMARIADB Samples

... "ENUM ( 'Items', 'K.G', 'Metre', 'Litre' ) DEFAULT 'Items'" }, ;  This column allows only one of the values in the list. FWMYSQL not only supports this column type, but also uses the information to automatically build EDIT_LIST_BOX in xbrowse and datarow without any effort ...
by nageswaragunupudi
Wed May 03, 2017 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20549

Re: MySql

With FWMYSQL oQry := oServer:Query( "SELECT * FROM clientes where cliente >= 10" ) oQry:SetWhere( "cliente >= 20" ) can be written as oQry := oServer:Query( "SELECT FROM clientes WHERE cliente ...
by nageswaragunupudi
Tue Apr 25, 2017 5:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql
Replies: 3
Views: 667

Re: FWH 17.03 Work with Remote + Embedded using ADO

Then you can syncronizate both tables maybe ( server & local ) ?

Yes
FWMYSQL makes a lot of things very easy, if only we use its features.
by nageswaragunupudi
Mon Mar 20, 2017 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 Work with Remote + Embedded using ADO
Replies: 7
Views: 1101

Re: FWH 17.03 : MYSQL Embedded Server

ADO itself can not work with embedded MySql.
But ADO application can simultaneously work with FWMYSQL embedded MySql.

You can use ADO to connect to the remote server and use FWH to connect to a local embedded MySql on local Disk. Work with both the connections simultaneously.
by nageswaragunupudi
Mon Mar 20, 2017 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 43
Views: 10016

Re: TDOLPHIN + MySQL - MY.INI

Mr Nages, with TDOLPHIN every 30 seconds I use a TIMER to execute a simple SELECT (eg SET @ dummy = 0) to keep the connection active. With FWMySql this is necessary? http://forums.fivetechsupport.com/viewtopic.php?f=6&t=26207&p=144601&hilit=dummy#p144601 It is not even necessary ...
by nageswaragunupudi
Mon Mar 13, 2017 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDOLPHIN + MySQL - MY.INI
Replies: 10
Views: 1719
Next

Return to advanced search