Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2007.03.25;
Скачать: CL | DM;

Вниз

TQuery   Найти похожие ветки 

 
Slimer ©   (2007-02-28 18:27) [0]

Скажите как с помощью TQuery вставлять записи в таблицу?
Не SQL запросом.
процедуры инсерт и пост у него есть, а при попытке вставить запись  сообщение "тиблица открыта только для чтения".
Свойства TableName или ReadOnly у него нету.
Можно ли этот компонент использовать для добавления записей с помощью Insert или Append?
Если да, то где я что не так сделал?


 
Jeer ©   (2007-02-28 18:31) [1]


> где я что не так сделал?


Все.

qu.SQL.Text :="INSERT INTO...";
qu.ExecSQL;

т.е. учим SQL-язык


 
Slimer ©   (2007-02-28 18:39) [2]

С помощью SQL я знаю как добавлять.
Я имел ввиду можно ли это делать процедурами Insert или Append?


 
Ega23 ©   (2007-02-28 19:03) [3]


> С помощью SQL я знаю как добавлять.
> Я имел ввиду можно ли это делать процедурами Insert или
> Append?



Inserts a new, empty record in the dataset.

Delphi syntax:

procedure Insert;

Description

Call Insert to:

1 Open a new, empty record in the dataset.
2 Set the active record to the new record.

After a call to Insert, an application can allow users to enter data in the fields of the record, and then post those changes to the database or change log using Post. (Client datasets can subsequently apply updates in the change log back to the database by calling ApplyUpdates.) A newly inserted record is posted in one of three ways:

For Paradox tables with primary indexes, the record is inserted into the dataset in a position based on its index.
For Paradox tables without primary indexes, the record is inserted into the dataset at the current position.
For dBASE, FoxPro, and Access tables, the record is physically appended to the dataset at the end. If an index happens to be active, the new record may appear in a position relative to the index, but the record is still actually stored at the end of the table.

For SQL databases, the physical location of the insert is implementation-specific. For indexed tables, the index is updated with the new record information.


 
Desdechado ©   (2007-02-28 19:19) [4]

> "тиблица открыта только для чтения".
Нет такого сообщения у БДЕ.
Телепатирую - нередактируемый датасет (получается от использования запроса к нескольким таблицам) можно редактировать, используя TUpdateSQL.


 
evvcom ©   (2007-03-01 10:48) [5]

> [4] Desdechado ©   (28.02.07 19:19)

+ CachedUpdates



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

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

Наверх




Память: 0.47 MB
Время: 0.05 c
1-1170236513
MadSnake
2007-01-31 12:41
2007.03.25
изменение формата строки даты для фунцкции StrToDateTime


2-1172841092
VadimK
2007-03-02 16:11
2007.03.25
Не пойму почему не освобождается память


3-1167388919
reb00ter
2006-12-29 13:41
2007.03.25
Обработка потери соединения с сервером


15-1172816170
Чапаев
2007-03-02 09:16
2007.03.25
Гы


15-1172526986
Real
2007-02-27 00:56
2007.03.25
Crazy mashines или "Заработало!"