避免在代码中使用连接字符串。
例如,每次使用一个新的连接字符串时,针对整个数据模型的基于XML的元数据都会被加载到内存中。
For example, the XML-based metadata for the entire data model gets loaded into memory each time a new connection string is used.
可以根据后端特定查询字符串,使用连接标签来创建外部资源的列表。
The connect tags can be used to create lists of external resources based on a backend specific query string.
他使用SQL语法连接字符串,并添加自己的数据。
He concatenates strings with SQL syntax and appends his own data.
随后又使用连接后的字符串替换这些字符串。
字符串被反复连接并没有使用字符串缓冲?
Are strings being repeatedly concatenated without string buffers?
您可以使用这种类型的连接字符串与任何支持corbanameURL的应用服务器通信。
You can actually use this type of connection string to communicate with any application server supporting the corbaname URL.
可以使用 EncryptCnxString.aspx页创建要粘贴到配置文件中的计算机特定的加密连接字符串。
You can use the EncryptCnxString.aspx page to create the machine-specific encrypted connection string to paste into your configuration file.
清单1的2 -8行示例代码展示了如何使用字符串url连接到外部安全数据源。
Lines 2-8 in listing 1 show a sample of code to connect to the external secure data source using string url.
要映射TestTableName属性,请使用名称为PreTestSQL字符串的WebSphere属性,在这里您可以设置一条 SQL语句来测试每个JDBC连接。
To map the TestTableName attribute, use the WebSphere property called PreTest SQL string, where you can set an SQL sentence to test each JDBC connection.
使用odbc_exec函数执行该sql语句,此函数将接受您的连接和您的sql字符串,并返回一个结果集。
Execute your SQL using odbc_exec, which takes in your connection and your SQL string and returns a result set.
这个JDBC连接字符串取决于所使用的DBMS和JDBC驱动程序。
The JDBC connect string depends on the used DBMS and JDBC driver.
在本例中,使用冒号将tuple包含的由单个字符构成的字符串序列连接在一起。
In this case, I join together a sequence of single-character strings contained in a tuple using the colon character.
以下示例向您展示如何使用一个数据库连接字符串来调用CLPPlus。
The example below shows how to invoke CLPPlus with a database connection string.
使用由CA签名的证书时,MQ管理员只控制允许连接的DistinguishedNames (DN)的字符串匹配模板。
With CA-signed certificates, the MQ administrator controls only the string matching template for Distinguished Names (DN) that are allowed to connect.
此数据库使用自定义连接字符串。请输入连接数据库所需的文本。
This database USES a custom connection string. Enter the text required to connect to the database.
前面曾使用过odbc_exec函数,它接受了一个连接对象和一个sql字符串,执行该函数后,会返回一个结果集对象。
You've used odbc_exec already; it takes in a connection object and an SQL string, fires it all off, and returns a result set object.
将连接字符串放在你的web .config文件之外是个好主意,尤其是如果你不能使用集成验证而被迫使用密码验证时。
Keeping connection strings out of your web.config file is a good idea, especially if you can't use integrated authentication and are forced to use passwords.
标记的属性和子元素都是单个字符串,因此,可以使用concat函数连接它们。
The attributes and subelements of the tag are each a single string, so you compose them using concat .
我们还添加了使用join()复制连接字符串的问题,这会额外增加1 秒的时间。
We also have the added problem of duplicating the string concatenation using join(), which adds an extra second.
在LotusNotes应用程序全球化的过程中,在属性文件和术语数据库中将使用不同的词语标记连接字符串。
In the Lotus Notes application globalization process, concatenation strings are tagged in different terms in properties files and glossary databases.
如果不喜欢使用这么长的字符串连接语句,另一种方法是使用字符串格式操作符,可以使用下面这样的表达式。
If you prefer not to use a long string concatenation statement like this, an alternative is to use the string formatting operator which enables you to have an expression like.
记住,使用concat 2进行连接要求使用两个字符串,因此数字将导致此函数在递归之间中断。
Remember that the concatenation using concat2 requires two strings, so a number will cause this function to break within the recursion.
你是正确的。后,我又开始经历从广场,并发现一个错误在我使用的连接字符串。
You are correct. After Posting this I started going through from square one again and did find an error in the connection string I was using.
根据使用的数据源的种类,连接字符串中的确切信息会有所不同。
The exact information in the connection string differs, depending on what kind of data source you are using.
如果在执行单元测试时部署数据库,则将使用单元测试配置中指定的连接字符串信息来创建数据库。
If you deploy a database when you perform unit tests, the database is created by using the connection string information that is specified in your unit test configuration.
通过使用单个类,您将使测试人员更加方便地更改数据库提供程序和连接字符串。
By using a single class, you make it easier for testers to change database providers and connection strings.
如果选择SQL身份验证,将使用数据保护API (DPAPI)基于您的用户凭据对连接字符串进行加密。
If you choose SQL authentication, the connection strings are encrypted, using Data Protection API (DPAPI), based on your user credentials.
如果选择SQL身份验证,将使用数据保护API (DPAPI)基于您的用户凭据对连接字符串进行加密。
If you choose SQL authentication, the connection strings are encrypted, using Data Protection API (DPAPI), based on your user credentials.
应用推荐