Search found 55 matches: orm

Return to advanced search

WDO: mod_harbour ORM

WDO --> Web Database Objects

https://github.com/carles9000/wdo
by Antonio Linares
Sat Aug 10, 2019 7:06 am
 
Forum: mod_harbour
Topic: WDO: mod_harbour ORM
Replies: 0
Views: 468

WDO: mod_harbour ORM

WDO --> Web Database Objects

https://github.com/carles9000/wdo
by Antonio Linares
Sat Aug 10, 2019 7:05 am
 
Forum: mod_harbour
Topic: WDO: mod_harbour ORM
Replies: 0
Views: 349

Re: videos de las sesiones de mod_harbour en YouTube

Quinto video:
https://youtu.be/SU8twiSbGIQ

* ORM
* Views concepts and implementation
* Small web app full review
* Bootstrap utilities
* etc
by Antonio Linares
Sat Aug 10, 2019 4:40 am
 
Forum: mod_harbour
Topic: videos de las sesiones de mod_harbour en YouTube
Replies: 5
Views: 1758

Re: mod_harbour sessions videos on YouTube

ORM concept is marvelous.
Shame there are no English subtitles.
Antonio do you have sample code as per the video?
by Jonathan Hodder
Fri Aug 09, 2019 1:53 am
 
Forum: mod_harbour
Topic: mod_harbour sessions videos on YouTube
Replies: 14
Views: 2735

Re: mod_harbour sessions videos on YouTube

Fifth video:
https://youtu.be/SU8twiSbGIQ

* ORM
* Views concepts and implementation
* Small web app full review
* Bootstrap utilities
* etc
by Antonio Linares
Fri Aug 02, 2019 9:20 pm
 
Forum: mod_harbour
Topic: mod_harbour sessions videos on YouTube
Replies: 14
Views: 2735

Re: ORM power in next FWH

Mr Nages. La línea 11 esta en donde debe estar. #include "fivewin.ch"#define REVD#define LIB_ADO   1#define LIB_FWH   2#define LIB_DLP   4#xtranslate XTRIM( <u> ) => If( HB_ISCHAR( <u> ), Trim( <u> ), <u> )static pDolphinSrv, pClip...
by leandro
Fri Aug 02, 2019 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Dear Mr. Rao,
can we use this ORM power to update remote DBF files?
Thank you in advance
Otto
by Otto
Fri Aug 02, 2019 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

It is working correctly here. You made a modification to the fworm.prg as advised by Mr. Antonio. Please make sure you have this line of code in fworm.prg (line 11) static pDolphinSrv, pClipValue2SQL  In our tests here we are not getting any errors. ...
by nageswaragunupudi
Fri Aug 02, 2019 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Antonio buenas tardes, hice el cambio que recomendaste, pero ahora sale este error: Application===========   Path and name: C:\dlyma\dlyma.exe (32 bits)   Size: 6,175,232 bytes   Compiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20190613)&n...
by leandro
Thu Aug 01, 2019 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Leandro,

Aqui falta una "e": LOWNCONN_CTION

Prueba a modificar source\classes\FWORM.PRG

a ver si con ese cambio te funciona
by Antonio Linares
Tue Jul 30, 2019 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Buenos días para todos Estoy intentando crear una conexión ORM, según el ejemplo que menciona antonio, pero no logro hacerlo andar. vCnd := "DSN=dlyma;Uid="+oLamcla:cUsuario+";Pwd="+oLamcla:cPassword+";"oCnFtr := FW_OpenAdoConnection( ...
by leandro
Tue Jul 30, 2019 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

James,

yes

Yes, the ORM idea is to manage databases as very simple and intuitive objects
by Antonio Linares
Fri Jul 26, 2019 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

oUsers:Invoices mimics "SET RELATION TO ..."

You select a user and invoices automatically deliver his invoices


I presume "users" is really describing customers?

You can use objects to do this too:

oCustomer:Invoices()
by James Bott
Thu Jul 25, 2019 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Leandro,

Please review FWH\samples\ormtest1.prg, ormtest2.prg and ormtest3.prg examples

full source code is here:
FWH\source\classes\fworm.prg
by Antonio Linares
Tue Jul 23, 2019 6:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Good afternoon everyone,

I would like to know how the ORM development is going and if there is already documentation or information to consult.
by leandro
Mon Jul 22, 2019 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757
PreviousNext

Return to advanced search