Ganesan
Posts: 25
|
| Posted: 07/20/2005, 9:02 PM |
|
Hi,
I try to create an editable grid and using query builder to get the fields and multiple primary key cols. Once I complete and try upload the page, I've got the following warning message:
Warning: Unable to build Insert/Update operations based on the current Data Source settings (There are no editable fields available). Disable the Data Source operations or specify custom operations.
I'm using PostgreSQL 8.0 and PHP 3.10.
Primary cols:
ss_studno,ss_lindno,ss_level (all are selected).
Please advise. Thanks.
Ganesan
|
 |
 |
Curtis
|
| Posted: 07/27/2005, 5:37 AM |
|
This is a shot in the dark....but table security? is the user you are using to connect to your database allowed to update or insert whatever tables your page is trying to update or insert data into?
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 07/27/2005, 7:01 AM |
|
Hello,
The warning pops up if you used several tables as Data Source. In this case Insert/Update/Delete cannot be generated automatically and you need to set up Custom Insert, Custom Update and Custom Delete
_________________
Regards,
Nicole |
 |
 |
Ganesan
Posts: 25
|
| Posted: 07/27/2005, 7:47 PM |
|
Hi Nicole,
This is a single table not multiple tables. After I reinstall CCS-3.0.34, I can update, insert or delete the records by using editable grid (automatically). But still I'm getting the same warning message. I have got message from CCS support, mentioned that this problem should be already solved in next release.
Thanks & regards,
Ganesan
|
 |
 |
|