Thema: Delphi SQL Syntax

Einzelnen Beitrag anzeigen

xaverras

Registriert seit: 16. Feb 2005
12 Beiträge
 
#4

Re: SQL Syntax

  Alt 1. Jun 2005, 22:12
Erstmal Danke für die Antwort.

Wenn ich richtig verstehe jede Zeile ist eine Element des Array,
somit:

Select call_date, call_time, terminating_cli, call_duration, subtotal // = SQL.Strings[0]

from call_cdrs_10 // = SQL.Strings[1]

where originating_cli=:identifier // = SQL.Strings[2]

und wenn die Anweisung alles in einer Zeile stehen würde dann wäre nur über "SQL.Strings[0]" zu erreichen,

z.B:

Select call_date, call_time, terminating_cli, call_duration, subtotal from call_cdrs_10 where originating_cli=:identifier // = SQL.Strings[0]

Grüße.

Xaver
  Mit Zitat antworten Zitat