当前位置:网站首页>Use of deferred environment variable in gbase 8s

Use of deferred environment variable in gbase 8s

2022-06-25 04:33:00 Eight delicacies tofu

DELIMIDENT Environment variables are specified in double quotation marks (“) The string between is the identifier that defines the database .

DELIMIDENT Environment variables are supported to be set to... On the client Y, N Or not set .

        export DELIMIDENT=Y Specifies that client applications must use single quotation marks (‘) To define the string , Use only double quotation marks (“) To define SQL identifier . The letters in a delimited string or identifier are case sensitive . This is a OLE DB and .NET Default value .

        export DELIMIDENT=N Specifies that client applications can use double quotes (“) Or single quotation mark (‘) To define the string , But can not define SQL identifier . If the database server needs SQL A string delimited by double or single quotation marks is encountered in the context of an identifier , Will be an error . accord with SQL The owner name of the identifier condition can be defined in single quotation marks . The string must be delimited by a pair of identical quotation marks .

         Do not specify... On the client system DELIMIDENT Environment variable value , Client applications use application program interfaces (API) Default DELIMIDENT Set up .

原网站

版权声明
本文为[Eight delicacies tofu]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/176/202206250244318576.html