Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Beschreibung

Diese Funktion stellt eine Tabellenverbindung her.

Argumente

Name
Typ
Beschreibung
 stringShort Code
 stringTableName
 stringID Field Name
 stringSQL Statement or ""
 integer

Cache Level

NoCacheEvery Field will be direcctly read from database 
FullCache1The full Table (or SQL) will be cached
RowCacheOnly one row at once will be cached, repetitive reads on the same row will not initiate a database access
ReadOnly Non-writable SQL view. The dataset will be cached completely


Rückgabewert 

keine

Beispiel

xxx

Siehe auch

---

  • No labels