Главная страница
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.033 c
2-1172749479
Kolan
2007-03-01 14:44
2007.03.25
Поле компонента становится nil само по себе в run time.


15-1172722039
Константинов
2007-03-01 07:07
2007.03.25
Сегодня 1-ый день на новом месте. Что меня ждет – не знаю…


8-1153731633
Jimmy
2006-07-24 13:00
2007.03.25
Не работает большой Image


4-1161332775
Dmitry_177
2006-10-20 12:26
2007.03.25
будильник на API


15-1172751648
Prohodil Mimo
2007-03-01 15:20
2007.03.25
Есть ли компонент типа TMenu, позволяющий менять фонт?