Search found 55 matches: orm

Return to advanced search

Re: New FTDN May/Mayo 2019 (FWH 19.05)

... no se muestran correctamente en las versiones recientes de Windows 10. Resuelto utilizando la fuente Segoe MDL2 Assets si está instalada. * ORM Lanzada la primera versión ORM, en desarrollo. Soporta DBase, Foxpro, MS Access, Microsoft SQL Server, MySQL, Oracle con ADO, y MySQL con ADO, Dolphin ...
by Antonio Linares
Fri Jun 07, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3218

New FTDN May/Mayo 2019 (FWH 19.05)

... fonts used for the buttons are not properly displayed in the recent versions of Windows10. Resolved by using SegoeMDL2Assets if installed. * ORM Released 1st version ORM, under development. Supports dbase,foxpro,msaccess,mssql,mysql,oracle with ADO and mysql with ADO, Dolphin and FWMariaLib. ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3218

Re: ORM power in next FWH

... Main()   local oStates, oCustomers   oMySql   := ORM_Connection():New( "DOLPHIN",   "DEMO" )   oMsSql   := ORM_Connection():New( ...
by nageswaragunupudi
Sat May 18, 2019 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Notice this interesting detail: METHOD Invoices() CLASS Users   if ::nLastId != ::oRs:Id      ::nLastId = ::oRs:Id      ::_Invoices:Where( "user_id", ::oRs:Id )   endifreturn ::_Invoices Only if a different user is selected ...
by Antonio Linares
Tue Apr 16, 2019 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

excelente
by Marcelo Via Giglio
Mon Apr 15, 2019 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

... RELATION TO ..." You select a user and invoices automatically deliver his invoices There are more examples to come. You will notice how ORM is much simpler :-) oUsers:Invoices:First:Items:First:Name ...
by Antonio Linares
Mon Apr 15, 2019 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Dear Antonio, can you please tell me the differences to what we have had so far. Best regards Otto   oCn   := maria_Connect( cServer, cDB, cUser, cPwd )   XBROWSER oCn:ListTables() SETUP ( ;      oBrw:aCols[ 1 ]:bLDClickData := { |r...
by Otto
Mon Apr 15, 2019 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

This is working already :-)

Code: Select all  Expand view
oUsers:Find( 3 ):Invoices:Browse()
by Antonio Linares
Mon Apr 15, 2019 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Que Bueno que se está poniendo FWH Antonio !!! Lo felicito !!!
by PabloHarbour
Mon Apr 15, 2019 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

Duth,

Of course it does :-)
by Antonio Linares
Sun Apr 14, 2019 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: ORM power in next FWH

+1

It will be great, if it supports multi sql database (MySQL/MsSql/Oracle).
by dutch
Sun Apr 14, 2019 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

ORM power in next FWH

Thanks to Harbour Magazine meeting in Calpe, Carlos Mora explained us the power of ORM :-) https://fivetechsoft.github.io/screenshots/ORM.png In a few words, ORM it is a set of classes to greatly simplify the use of SQL relational DataBases. An example ...
by Antonio Linares
Sun Apr 14, 2019 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ORM power in next FWH
Replies: 19
Views: 3757

Re: Example Business Object (Customer)

Carlos Mora wrote: OOP is NOT an ORM. They are absolutely different concepts. An ORM is able to hide the persistence layer of an implementation and expose entities abstracting their attributes and relations. OOP is a much wider concept, applied ...
by James Bott
Tue Nov 27, 2018 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8756

Re: Example Business Object (Customer)

José Luis Sánchez wrote:As far as I know there is an ORM for Harbour at https://github.com/tfonrouge/oordb

No, it is not an ORM, it is a Object Oriented Relational Database. Its model is closer to an Active Record pattern than an ORM.

Regards
by Carlos Mora
Mon Nov 26, 2018 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8756

Re: Example Business Object (Customer)

According to Wikipedia, object oriented programming is a type of ORM. After you have defined an entity object, you can create an object in one line. oCustomer := TCustomer:New( cCustNo ) Using TDatabase you can switch from DBFs to SQL without changing any ...
by Carlos Mora
Mon Nov 26, 2018 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8756
PreviousNext

Return to advanced search