Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2009.04.12;
Скачать: 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 вся ветка

Текущий архив: 2009.04.12;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.013 c
2-1235579405
VladVoron
2009-02-25 19:30
2009.04.12
Как посмотреть содержимое текстового файла?


2-1234350269
dmitry1208197320
2009-02-11 14:04
2009.04.12
Как сделать в компоненте TTreeView элемент списка выделенным


10-1155138356
Megabyte
2006-08-09 19:45
2009.04.12
Вопрос по регистрации DCOM.


2-1235218488
Cobalt
2009-02-21 15:14
2009.04.12
Запустить TThread повторно?


2-1235045880
charoey_mag
2009-02-19 15:18
2009.04.12
Права доступа