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

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

 
Новинький   (2006-07-05 13:20) [0]

Для чего нужен компонент TADOStoredProc?


 
Ega23 ©   (2006-07-05 13:37) [1]


TADOStoredProc encapsulates a stored procedure in an ADO database.

Unit

ADOdb

Description

Use a TADOStoredProc object when a client application must use a stored procedure in a database. A stored procedure is a grouped set of statements, stored as part of a database’s metadata (just like tables, indexes, and domains), that performs a frequently-repeated, database-related task on the server and passes results to the client.

Note: Not all database servers support stored procedures. See a specific server’s documentation to determine if it supports stored procedures.

Many stored procedures require a series of input arguments, or parameters, that are used during processing. TADOStoredProc provides a Parameters property that enables an application to set these parameters before executing the stored procedure.

TADOStoredProc reuses the Parameters property to hold the results returned by a stored procedure. Parameters is a collection of TParameter objects, each representing an individual parameter for the stored procedure. Depending on server implementation, a stored procedure can return either a single set of values, or a result set similar to the result set returned by a query.


 
Desdechado ©   (2006-07-05 13:38) [2]

Букварь-то почитай, а?
Да и в справке такие вещи описаны.
А еще демосы есть, с дельфи поставляются.



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

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



Память: 0.45 MB
Время: 0.025 c
15-1150194025
Crazy manager
2006-06-13 14:20
2006.07.23
Half-Life 2: Episode One


15-1151396372
Dok
2006-06-27 12:19
2006.07.23
Кто как дебажит юникод?


2-1151767340
Sergp.
2006-07-01 19:22
2006.07.23
Как сделать в классе поле (по аналогии с абстрактными методами)?


2-1151994656
PRT
2006-07-04 10:30
2006.07.23
разрешение экрана


15-1150808033
syte_ser78
2006-06-20 16:53
2006.07.23
Абзац в Word




   Наверх