: Does anyone know is it possible to acces databases from pascal?
:
:
The simple answer is: yes.
In fact you can access nearly any file you want with Pascal, as long as you know the format, in which that file is stored. In cases of daabase, you need to know how each record and index is stored within the file. Look in the documentation of the database you want to access for more info on this. Or perhaps you might find it (or Pascal code) on the internet.