How can I modify a table in a Postgres db?
Posted: Tue 22 Jun 2010 11:38
I've C++ Builder 2010 and PgDAC bought yesterday.
I've done a project with a:
TPgConnection
TPgQuery
TDataSource
TDBGrid
TDBNavigator.
I've setted all the parameter and so I see all the record of a table into the DBGrid. At running time I modify a field of the table into the DBGrid, then with DBNavigator Post the modify but when I reopen the table there is always the same value. Why?
The problem is very simple, probably I've to set something, but what?
I've done a project with a:
TPgConnection
TPgQuery
TDataSource
TDBGrid
TDBNavigator.
I've setted all the parameter and so I see all the record of a table into the DBGrid. At running time I modify a field of the table into the DBGrid, then with DBNavigator Post the modify but when I reopen the table there is always the same value. Why?
The problem is very simple, probably I've to set something, but what?