DB_SetSQLCommand

Nastavení SQL dotazu
declare procedure DB_SetSQLCommand dll "DynOleEng" (integer, string, boolean)
DB_SetSQLCommand(QueryId, Command, Success)
DB_SetSQLCommand(QueryId, Command, Success)

Parametry

QueryId

Typ: integer

Identifikátor SQL dotazu.

Command

Typ: string

Text SQL dotazu.

Success

Typ: boolean

Nastaven na true pokud vše proběhlo v pořádku.

Popis

Procedura nastaví SQL dotaz.

Ukázky volání

  • DB_SetSQLCommand(QueryId, Command, Success)

Viz také