Search found 74 matches: retrieving

Return to advanced search

Re: Retrieving hosted MySql/MariaDB data using api

Thanks for the quick reply Anserk. Now I have a starting point

If anyone else has some useful links, pointers especially code snippets to share they are welcomed and I thank you in advance

The database in question need not even be a MySql database but simple dbfs
by hua
Fri Jun 21, 2019 4:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving hosted MySql/MariaDB data using api
Replies: 2
Views: 562

Re: Retrieving hosted MySql/MariaDB data using api

1. You can have a php script on your hosted server. 2. You will be calling this php script from your Fivevin application 3. This php script will accept parameters from your Fivewin application which will be your SQL queries or Data manipulation commands 4. This php script will return the resulting r...
by anserkk
Fri Jun 21, 2019 4:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving hosted MySql/MariaDB data using api
Replies: 2
Views: 562

Retrieving hosted MySql/MariaDB data using api

A hosting company I'm using provide MySql database but doesn't opened it to world so I can't use FWCONNECT. They suggest I create a script to act as an api to communicate with the server. Anyone has done something similar? The script would need to cover the usual stuffs; adding, editing record, make...
by hua
Fri Jun 21, 2019 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving hosted MySql/MariaDB data using api
Replies: 2
Views: 562

Elegant way for lookup data in xbrowse

... AEval(), .... and others that seems to be able to do this stuff in only some small lines of code.. Any samples for this kind of statistic data retrieving ?
by Marc Venken
Fri Feb 02, 2018 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Elegant way for lookup data in xbrowse
Replies: 2
Views: 752

Re: access to window via its :hwnd

... 222, 333 ; STYLE nOR( WS_VISIBLE, WS_POPUP ) PIXEL OWAITDLG:CTITLE := 'Prepare System Parameters' worktext := '' WORKTEXT += CR_LF() WORKTEXT += 'Retrieving System Import' + CR_LF() WORKTEXT += CR_LF() WORKTEXT += 'and Upload Parameters' + CR_LF() WORKTEXT += CR_LF() WORKTEXT += 'This may Take ...
by don lowenstein
Sat Jan 06, 2018 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: access to window via its :hwnd
Replies: 10
Views: 1801

Re: DLL32 definition with double parameter type

Hi. It is possible to define a double type parameter in the DLL32 definition ? I have this function to call for retrieving a Double field into an Advantage Database table. DLL32 Function AdsGetDouble (phTable AS LONG, pucFldName AS LPSTR, @ pdValue AS LONG) ; AS LONG PASCAL FROM ...
by cnavarro
Sun Dec 17, 2017 7:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 definition with double parameter type
Replies: 23
Views: 2900

DLL32 definition with double parameter type

Hi. It is possible to define a double type parameter in the DLL32 definition ? I have this function to call for retrieving a Double field into an Advantage Database table. DLL32 Function AdsGetDouble (phTable AS LONG, pucFldName AS LPSTR, @ pdValue AS LONG) ; AS LONG PASCAL FROM ...
by Massimo Linossi
Sun Dec 17, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 definition with double parameter type
Replies: 23
Views: 2900

XBrowse with ADT Free Table

Guys, Need guidance on retrieving Advantage Database table into xBrowse. I am using the following packages: 1. xHarbour10205_bcc58 from whosaway.com 2. bcc582 from whosaway.com 3. Advantage Database version 8.1 I have done the following ...
by teddydjohan
Thu Sep 07, 2017 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1702

Re: TensorFlow DLL for Windows (64 bits)

We keep enhancing the Class TensorFlow, so our code gets simpler: still there is a bug retrieving the output string. Using C++ is working fine. tf.prg #include "FiveWin.ch"#define TF_STRING  6static hDLLfunction Main()   local oTF := ...
by Antonio Linares
Tue Jun 06, 2017 10:22 pm
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: TensorFlow DLL for Windows (64 bits)
Replies: 28
Views: 14724

Re: FWHMARIADB Samples

... nVal, 10, 36 ), 4, '0' ) );      RETURN retval;   END;ENDTEXT   oCn:Execute( cSql )  Once ready with this table and function, retrieving next sequence number is very easy: Eg: ? oCn:NextSerial( 'IN' ) ? oCn:NextSerial( 'VR' ) CAUTION: Using this function inside a transaction ...
by nageswaragunupudi
Tue May 16, 2017 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20667

Re: RichType Print

Cristabol Here is what I retrieve after saving cLetter to the Access memo .. and then retrieving it with ( paraphrasing the code ) cLetter      := oRsLetter:Fields("BODY"):Value _ViewMemo( cMode, Substr(cName,1,30), ...
by Rick Lipkin
Thu May 11, 2017 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichType Print
Replies: 25
Views: 4272

RTF from Variable

To All This is my first try at RichEdit ... I have an Ms Access table with an attribute set to Text .. I have no problem saving plain text or retrieving plain text and Add\Editing it using MEMO.. However, Using the same basic Principal from richedit.ch .. I can Redefine the object and variable ...
by Rick Lipkin
Fri May 05, 2017 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4263

Re: FWHMARIADB Samples

... with 50 keystrokes. ADO and FWH place an addition burden on the server/network traffic by around 500 KB only and that too only for saving data and retrieving modified row data. Dolphin on the other hand places an additional burden of 102 GigaBytes on Server and Network each for the same work, as ...
by nageswaragunupudi
Sat Apr 22, 2017 3:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20667

Calling FWH from FW16 and update NTX / CDX

... stock changes, and document for schipping. I'm more used now with FWH and all new code, functions will be in FWH, espacially statistics, and retrieving common information. The issue is : FW16 : I'm using lots of NTX FWH : I'm using CDX and always Xbrowse (can't do without it :wink: ) The ...
by Marc Venken
Sat Apr 15, 2017 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calling FWH from FW16 and update NTX / CDX
Replies: 4
Views: 653

Re: Also for Listview

You are properly retrieving the filename here:

Code: Select all  Expand view

function Optionfile(oList)
   
   Local nfile:= oList:nOption
   
   msginfo(str(oList:nOption))

   msginfo( oList:aItems[nFile]:cText )
return nil
 
by Antonio Linares
Thu Jun 18, 2015 5:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for Listview
Replies: 29
Views: 5063
PreviousNext

Return to advanced search