Главная страница
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.066 c
6-1160204036
psa247
2006-10-07 10:53
2007.03.25
Ускорить работу WNetEnumResource


15-1172172456
Cyrax
2007-02-22 22:27
2007.03.25
Дружественные методы и классы в C#


15-1172915019
Kerk
2007-03-03 12:43
2007.03.25
Предвыборная агитация


4-1162982641
buddyman2002
2006-11-08 13:44
2007.03.25
disable node


1-1170357188
IMHO
2007-02-01 22:13
2007.03.25
Определить кодировку и раскодировать