CacheSetTableNameAsIs

  Previous topic Next topic  

CacheSetTableNameAsIs ( lSet ) -> lOldSetting

The function informs RDD if table name supplied as parameters to various functions be kept AS IS. By default table names are converted to UPPERCASE for normalization purposes.

NOTE: If you set this flag to TRUE, then you ALWAYS need to be sure that the table name you are supplying is the same. Caché naming conventions are case sensitive.

The function returns previos settings. The function is a global setting and is viisble in all connections. The following functions are affected by this setting:

DbCreate()
DbUseArea()
CachéExistTable()
CachéExistIndex()
CachéDropTable()
CachéDropIndex()

The above description holds good for CachéSetSchemaAsIs() too.