Search found 54 matches: relational

Return to advanced search

Re: Example Business Object (Customer)

Hola, maybe we can see to far and think in ORM https://en.wikipedia.org/wiki/Object-relational_mapping an idea only regards Marcelo Vía Hello Marcelo, I'm using your TRecord class and works fine for me. Do you have any other classes like a simple ORM and want to share them ? Regards,
by José Luis Sánchez
Tue Nov 20, 2018 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8731

Re: Example Business Object (Customer)

Hola,

maybe we can see to far and think in ORM https://en.wikipedia.org/wiki/Object-relational_mapping

an idea only

regards

Marcelo Vía
by Marcelo Via Giglio
Fri Nov 16, 2018 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8731

Re: Program logic for years in a program

... stated, you should be using a one-to-many database for this--not adding fields to the existing database. Adding fields is a violation of the relational database design principles for the very reason that you are experiencing. Your way uses up a lot of disk space and memory because you can ...
by James Bott
Sat Feb 03, 2018 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program logic for years in a program
Replies: 7
Views: 2029

Re: Buffer de registro

... declarar más cosas como campos virtuales. Tengo especial predilección por esta alternativa, porque es lo que más se parece a los ORMs (objet relational mappers) que se usan en otros lenguajes. La alternativa de Quim requiere que explícitamente declares los campos, con lo que el ahorro de ...
by Carlos Mora
Wed Aug 02, 2017 10:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buffer de registro
Replies: 14
Views: 3191

Re: [O.T.] MariaDB Consulta

... Nose si esto responder algo a la curiosidad, saludos... :shock: https://mariadb.com/products MariaDB is reinventing the relational database to support today’s enterprise needs from OLTP to analytics from a single SQL compliant interface. MariaDB products include the widely ...
by joseluisysturiz
Thu Nov 17, 2016 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: [O.T.] MariaDB Consulta
Replies: 4
Views: 759

Re: Xbrowse a speed problem using SCOPE ?

... is the number of the child work area. <cAlias> is the alias of the child work area. <bKey> is a code block that expresses the relational expression in executable form. <cKey> is an optional string value that expresses the relational expression in textual form. If <cKey> ...
by ukoenig
Tue Mar 01, 2016 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse a speed problem using SCOPE ?
Replies: 30
Views: 9284

Re: Variable substitution in MS Sql Substring() Function

Carlos Thank you for your good suggestion .. unfortunitly I have inherited a system that has multiple relational tables and it goes something like this Bitem Table         (pk) Project_number   '27'Brevision Table     (fk) BINumber   '27.01', '27.02','27.03' ...
by Rick Lipkin
Tue Feb 09, 2016 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Variable substitution in MS Sql Substring() Function
Replies: 6
Views: 1351

Re: How many INDEX can create ON MySql and How to use it?

... the use of indexes. Ms Access has a very simple query builder where you can pick and chose your fields from tables and create a join to make a relational recordset. http://i58.tinypic.com/2uolaae.jpg http://i61.tinypic.com/51ri41.jpg Here is a simple join on ...
by Rick Lipkin
Sat Jun 27, 2015 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many INDEX can create ON MySql and How to use it?
Replies: 8
Views: 2549

Re: How many INDEX can create ON MySql and How to use it?

... use of indexes .. see bold text below. Using Sql indexes is MUCH different than in .dbf .. and I would ONLY recommend you use indexes for the relational fields. Please do not confuse 'Primary Key' with an index .. a Primary key is a unique row identifier as Carlos mentions and (generally speaking) ...
by Rick Lipkin
Fri Jun 26, 2015 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many INDEX can create ON MySql and How to use it?
Replies: 8
Views: 2549

Re: HCAD, Acceso Comun a Bases de Datos con Harbour...

... (la unica clase que se instancia directamente en la aplicacion) -->TQuery -- Resultado no editable de las consultas -->TModel -- ORM (Object Relational Mapper) , crea instancias editables. Hace instrospección de los datos para crear los objetos con sus variables. --->TRecord Las filas ...
by Carlos Mora
Mon May 04, 2015 2:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HCAD, Acceso Comun a Bases de Datos con Harbour...
Replies: 7
Views: 3039

Re: ADO RDD xHarbour

... Ive found this article: One of the biggest differences between traditional ADO and ADO.NET is that the rowsets stored within ADO.NET can be truly relational. For example, a DataSet can store one DataTable containing customers and another DataTable containing the customers' orders. These DataTable ...
by AHF
Wed Apr 01, 2015 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 452473

Re: Request for Advice

... because the present software is 25 year old. It is also possible to avail MSSQL features like calculated columns, triggers, stored procedures, relational constraints, etc. to include most of the business logic.
by nageswaragunupudi
Fri Aug 23, 2013 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Advice
Replies: 16
Views: 5001

Re: ADO RecordSet Fetch() ?

... the ODBC way and start thinking the ADO way, same way as we should stop thinking the DBF way and start thinking the RDBMS way when we move to Relational Database systems.
by nageswaragunupudi
Sun Jul 28, 2013 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RecordSet Fetch() ?
Replies: 21
Views: 6601

Re: SQL Server as a web service

... OData standard defines a protocol and a language structure for issuing queries and updates to remote data sources, including (but not limited to) relational databases , file systems, content management systems, and traditional web sites. It builds upon existing Web technologies, like HTTP and ...
by modicr
Fri Jun 14, 2013 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Server as a web service
Replies: 2
Views: 1161

oData - data interchange for today

... over the past several years. OData is being used to expose and access information from a variety of sources including, but not limited to, relational databases, file systems, content management systems and traditional Web sites. In the past, we have only weakly embraced protocals for sharing ...
by TimStone
Mon Nov 19, 2012 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oData - data interchange for today
Replies: 4
Views: 1684
PreviousNext

Return to advanced search