Search found 57 matches: fwhmysql

Return to advanced search

Re: Almacenar/Recuperar imagenes, binarios en Tablas DBF

... nil  Same way even for storing large BLOB or TEXT data in MySql, MsSql or other databases, it can be done in one simple step. MYSQL Example (using FWHMYSQL and can be tested with FWH 17.01): Principle is the same for other libraries too. #include "fivewin.ch"function Main()   // ...
by AIDA
Thu Feb 11, 2021 7:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Almacenar/Recuperar imagenes, binarios en Tablas DBF
Replies: 12
Views: 5085

Re: oRs:EditBaseRecord

Hi,
oRs is a rowset object, that you can create doing something like this:

oRs := oBD:Query("SELECT * FROM customers")

I'm using editbaserecord, oRec AND oRs with FWHMYSQL. oBD IS a conecction WIth a MySql Server.
by vilian
Mon Aug 20, 2018 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oRs:EditBaseRecord
Replies: 4
Views: 561

Re: FWHMYSQL oRs:Save() Problem

Thank you
by vilian
Mon May 28, 2018 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

From 18.04 we stopped considering :1, :2, ....:n as variables for substitution in ApplyParams() to avaoid confusion when the string contains values like "10:10:20".
&1, &2, ...&3 can still be used as in Dolphin.

This should resolve Mr. Vilian's issue.
by nageswaragunupudi
Fri May 25, 2018 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

This is happening in a very rare case where one of the fields in primary key is a "time" field and its value contains ":1" and the rowset is opened with parameters. A primary-key having such a field is very uncommon but in this case, primary-key is a composite key with one of the...
by nageswaragunupudi
Fri May 25, 2018 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

Please wait a little
by nageswaragunupudi
Mon May 21, 2018 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

This problem is disturbing my customers, because the record is saved, but the xbrowse is not updated.
Please, help me !!!
by vilian
Mon May 21, 2018 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

+1
:(
by vilian
Wed May 16, 2018 1:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Refreshing xBrowse Problem

Mr Rao. I have a xBrowse which I need to update with a different FwhMysql rowset. When I created it I do oDbDat:=oSvr:Rowset(xSelect) oBrow:setMysql(oDbDat,.T.,.T.) Later on I need to change the select (same fields, but different data), then I do. oDbNew:=oSvr:Rowset(NewSelect) ...
by Adolfo
Tue May 08, 2018 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xBrowse Problem
Replies: 2
Views: 595

Re: FWHMYSQL oRs:Save() Problem

We are testing. We'll get back to you.
by nageswaragunupudi
Tue May 08, 2018 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

Did you make any progress ?
by vilian
Tue May 08, 2018 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

Here is It: #include "fivewin.ch"FUNCTION Main()   local oCn, oRs, cWhere,oBrw,oDlg,cSql   local cLog  := cFileSetExt( ExeName(), "log" )   oCn      := FW_DemoDB()   oCn:lLogErr := .t.   cWhere   := oCn:ApplyParams("WHERE esc.cemp = ? &quo...
by vilian
Thu May 03, 2018 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

Yes, you can.
by nageswaragunupudi
Thu May 03, 2018 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

There is no problem. How could I upload a table to this server ?
by vilian
Thu May 03, 2018 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355

Re: FWHMYSQL oRs:Save() Problem

Can you prepare a small test program using any one of the tables on the FW demo server? If you run fwh\samples\maria01.prg, you see how to connect to the demo server and also see all the tables on the server. If you can make such a sample, that will be useful for all users. We may start with a sampl...
by nageswaragunupudi
Thu May 03, 2018 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL oRs:Save() Problem
Replies: 12
Views: 2355
PreviousNext

Return to advanced search