Delphi-PRAXiS
Seite 4 von 4   « Erste     234   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   Wie drucken Sie Name und Note in FASTREPORT? (https://www.delphipraxis.net/205460-wie-drucken-sie-name-und-note-fastreport.html)

haentschman 23. Sep 2020 06:10

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Liste der Anhänge anzeigen (Anzahl: 1)
Hi...:P
Zitat:

The error was in the connection settings
:thumb: This is what i mean with the INI File. If is the connection hardcoded...what happens when you give your friend the EXE? Exactly that... :zwinker: That's why the settings should be written to an INI.
http://docwiki.embarcadero.com/Libra...Files.TIniFile
Zitat:

There is only one last question
The difference is:
With a table all records are always read...even those from 10 years ago. :zwinker:
With a qery you can get only the records of the last year...if you want. :thumb:
Otherwise the "operation" is the same...
Zitat:

We write two queries the first to show the students and their grades And the other to show the students and their group or only one query ?
If you want so...:wink: The SQL, with a query, creates the data.
Zitat:

because if we write one query the result it will be wrong
This not a TQuery problem...it a SQL problem. Also the database structure must fulfill rules. (ForeignKey) I dont know what you want to see...:?
SQL information (you know):
https://www.w3schools.com/sql/
Database information:
https://en.wikipedia.org/wiki/Database_normalization
Zitat:

I almost visit GitHub website and i didn't know it is a repository
Once again to Git:
You don't have to use it. But you can use it to view the changes since the last save in the repositoriy. See picture1. More important is that you can reset the changes. :thumb:
GIT is decentralized. You have one repository locally and one "copy" externally (GitHub, BitBucket)
You start only locally with GIT. (Setup: GIT + GUI Tool TortoiseGIT). Only if you cooperate with others, it is necessary to store the source code externally.
What is GIT:
https://fr.wikipedia.org/wiki/Git

Difference Tool:
BeyondCompare ...shipped with Delphi. :thumb:

...to much? :zwinker:

Who says programming is easy? You have to learn every day. 8-)

Alg2009 25. Sep 2020 10:36

AW: Wie drucken Sie Name und Note in FASTREPORT?
 
Zitat:

Zitat von haentschman (Beitrag 1474067)
This not a TQuery problem...it a SQL problem. Also the database structure must fulfill rules. (ForeignKey) I dont know what you want to see...:?
SQL information (you know):

the problem was in the foreign key
thank you very very much haentschman


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:29 Uhr.
Seite 4 von 4   « Erste     234   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz