A small test project: A table, a datasource, and: TDBText, TDBEdit, TDBMemo, TDBNavigator.
The program compiles O.K.
Table fields:
id - Autoinc
name - string (TDBEdit)
info - memo (TDBMemo)
Once I try to insert data to "name" I receive two errors:
First one with "EXTERNAL SIGSEGV", and
Second with "datasource.inc was not foud"
Please, anyone with an idea?
Thanks in advance