Вниз
Скачать: CL | DM;

Операции с сводными запросами (Firebirb)   Найти похожие ветки 

 
dest81   (2009-02-22 11:48) [0]

Припустим есть две таблицы
 Первая:  table_name
     id_1:integer;
     id_n:integer;
     name:string;
 Вторая: table_city
     id_2:integer;
     id_n:integer;
     city:string;
С помощью такого запроса в компоненте ibdataset:
select t1.id_2,t2.name,t1.city from table_city t1, table_name t2
  where t1.id_n=t2.id_n
Можно ли как-то сделать автоматическое редактирование в гриде такого запроса (конкретно интересует поле city)


 
dest81   (2009-02-22 11:49) [1]

Извините за сумбурное обяснение!!!


 
Юрий Зотов ©   (2009-02-22 12:24) [2]

Из справки:

All multi-table queries return read-only result sets. Other conditions may cause a query to return a read-only result set. For local tables (such as dBASE and Paradox), see the local SQL help file for rules governing live result sets (updatable queries). For other table types (such as InterBase, Oracle, and Sybase), consult the documentation for the specific database system.

Applications can update data returned in a read-only result set if they are using cached updates.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.009 c
15-1234482213
bsna
2009-02-13 02:43
2009.04.12
Crystal Reports


15-1234387801
Юрий
2009-02-12 00:30
2009.04.12
С днем рождения ! 12 февраля 2009 четверг


4-1208257306
Petrovich
2008-04-15 15:01
2009.04.12
Закрытие другой копии программы.


2-1235310266
Новичек
2009-02-22 16:44
2009.04.12
Какая-то путаница с окнами.


2-1235559158
Footballer
2009-02-25 13:52
2009.04.12
Отправка e-mail




   Наверх