The example below shows how to invoke CLPPlus with a database connection string.
以下示例向您展示如何使用一个数据库连接字符串来调用CLPPlus。
All custom data generators have access to the database connection string at run time.
所有的自定义数据生成器都能够在运行时访问数据库连接字符串。
After establishing a database connection, create a simple string for your INSERT statement.
在建立数据库连接之后,为insert语句创建一个简单的字符串。
Since you will need the decrypted version of a connection string to connect to the database, you can't hash a connection string. You will need to encrypt it, instead.
由于您需要连接字符串的解密版本才能连接到数据库,因此无法对连接字符串进行哈希处理。
In this article, connect to the DB2 sample database with the connection string sample, as Figure 12 shows.
在本文中,使用链接字符串sample来链接到DB 2范例数据库,如图12所示。
The main purpose of the Database class is to encapsulate this string, as well as any username/password information that might be needed to make a connection.
Database类的主要目的就是封装这个字符串,还有建立连接操作时可能需要的任何用户名/密码信息。
There's also a connection string setting for the local SQL Server database used for grid application tracking.
多出的一个本地SQLServer数据库的连接字符串设置,用于网格应用程序跟踪记录。
After setting up the mysqli connection to the database, it defines which RSS feed will be examined and fetches it into a string variable.
建立到数据库的mysqli连接之后,它定义查看哪个RSSfeed并将其放入字符串变量。
A connection string can be specified during CLPPlus invocation in order to establish the database connection in CLPPlus session as shown in the example below.
在调用CLPPlus期间,可以指定一个连接字符串,以便在CLPPlus会话中建立数据库连接,如以下示例所示。
Securing the connection string is especially important if it contains an embedded database account password, as is the case in BestLogin.aspx.
如果连接字符串包含嵌入式数据库帐户密码,则确保连接字符串的安全尤其重要,这与BestLogin . aspx的情况一样。
The first line is the connection string for the Informix database.
第一行是Informix数据库的连接串。
This approach is particularly useful if you want to change the connection string of your context to point to a production database as you deploy your application.
这种方法是非常有用的,如果你想改变你的上下文的连接字符串指向一个生产数据库,为您部署应用程序。
NET and database server happens on the basis of this connection string only.
NET和数据库服务器的连接仅以连接字符串为基础。
This database USES a custom connection string. Enter the text required to connect to the database.
此数据库使用自定义连接字符串。请输入连接数据库所需的文本。
You've already seen that odbc_connect takes in an ODBC-friendly connection string, a database user name, and the relevant password.
如您已经看到的,odbc_connect函数接受od bc友好的链接字符串、数据库用户名称和相关密码。
Adding local data files creates a typed dataset and a dynamic connection string that points to the database file in your application.
添加本地数据文件会创建类型化数据集和指向应用程序中数据库文件的动态连接字符串。
This connection string is also used to deploy database changes and generate data.
还可以使用该连接字符串来部署数据库更改和生成数据。
This database USES a custom connection string.
此数据库使用自定义连接字符串。
If the database connection changes, you can modify the connection string in the application configuration file instead of editing the source code and recompiling your application.
如果数据库连接发生更改,可在应用程序配置文件中修改连接字符串,而不是编辑源代码并重新编译应用程序。
Specifies the connection string to use for the source database.
指定用于来源资料库的连接字串。
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.
如果在执行单元测试时部署数据库,则将使用单元测试配置中指定的连接字符串信息来创建数据库。
If the database connection changes, you can edit the connection string in the configuration file.
如果数据库连接更改,可编辑配置文件中的连接字符串。
Earlier in this chapter, you saw that you are able to specify a database to use in the configuration file by adding a connection string with the same name as your context.
在本章的前面,你看到,你可以通过在配置文件中加入与你的上下文的名称相同的连接字符串指定一个数据库。
Entity connection still USES traditional database connection with traditional connection string.
实体连接仍然采用传统的连接字符串传统的数据库连接。
Gets the name of the current database after a connection is opened, or the database name specified in the connection string before the connection is opened.
在连接打开之后获取当前数据库的名称,或者在连接打开之前获取连接字符串中指定的数据库名。
The database connection error, please check the connection character string.
数据库连接错误,请检查连接字符串。
You can define unit tests to verify the behavior of your database objects and associate each test project with a different data generation plan, deployment configuration, and connection string.
您可以定义单元测试来验证资料库物件的行为,以及将每一个测试专案与不同的资料产生计划、部署组态和连接字串产生关联。
You can define unit tests to verify the behavior of your database objects and associate each test project with a different data generation plan, deployment configuration, and connection string.
您可以定义单元测试来验证资料库物件的行为,以及将每一个测试专案与不同的资料产生计划、部署组态和连接字串产生关联。
应用推荐