roofiop.blogg.se

Source code program database delphi
Source code program database delphi











In this context, I’m going to use “data” to represent raw data, the kind of thing that might be useful to a program, but generally doesn’t mean anything to a human who doesn’t know the insides of the computer. It is also worth making a differentiation between “data” and “information”.

source code program database delphi

Generally, we do this with databases – things like Oracle, MS SQL, MS Access, etc. Let’s get down to brass tacks on this first – what is data access? Put simply, “data access” means the ability of a program to read and write persistent information – info that will be kept (hopefully safely) while the program is turned off, and can be retrieved when turned on again, or when asked for by another program.

source code program database delphi

This time around, we’re going to talk about one of the most common uses for programming tools in business environments – data access.

source code program database delphi

Last time we talked Delphi, we talked a bit about frameworks and we built your first Delphi app, a “Hello World” for Windows.













Source code program database delphi