Search



Search Results
Displaying 501 to 510 of 1890 total results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob-serverprep.html
For this example, use the following table definition: CREATE TABLE file( file_id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, file_name VARCHAR(64) NOT NULL, file_size MEDIUMINT UNSIGNED NOT NULL, file MEDIUMBLOB NOT NULL); After creating ... The first step is using MySQL with BLOB data is to configure the ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-invalid.html
This default can be modified to cause Connector/NET to return MySqlDateTime objects for invalid dates. The following are some known issues: Data binding for invalid dates can still cause errors (zero dates like 0000-00-00 do not seem to have this ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-getschema.html
There are three forms of the GetSchema() method: GetSchema() - This call will return a list of available collections. GetSchema(String) - This call returns information about the collection named in the string parameter. GetSchema(String, String[]) - ... The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
This tutorial demonstrates how to configure the web parts personalization provider using Connector/NET. For information about doing this, see Section 4.6.2.1, “Tutorial: Connector/NET ASP.NET Membership and Role Provider”. MySQL Connector/NET ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-overview.html
This might include: allocate environment handle, set ODBC version, allocate connection handle, connect to MySQL Server, and set optional connection attributes. This might include: allocate statement handle and set optional statement attributes. This ... Interacting with a MySQL server from an applications using the Connector/ODBC typically involves the following operations: Configure the Connector/ODBC ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnectionpool-constructor.html
Syntax: MySQLConnectionPool(pool_name=None, pool_size=5, pool_reset_session=True, **kwargs) This constructor instantiates an object that manages a connection pool. If this argument is not given, Connector/Python automatically generates the name, ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-gac.html
For illustration purposes, we use the Pipe Connections protocol in this example. <SecurityClass Name="MySqlClientPermission" Description="MySql.Data.MySqlClient.MySqlClientPermission, MySql.Data, Version=6.6.4.0, Culture=neutral, ... If the library ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-blob-serverprep.html
For this example, use the following table definition: CREATE TABLE file( file_id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY, file_name VARCHAR(64) NOT NULL, file_size MEDIUMINT UNSIGNED NOT NULL, file MEDIUMBLOB NOT NULL); After creating ... The first step is using MySQL with BLOB data is to configure the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-datetime-invalid.html
This default can be modified to cause Connector/NET to return MySqlDateTime objects for invalid dates. The following are some known issues: Data binding for invalid dates can still cause errors (zero dates like 0000-00-00 do not seem to have this ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-getschema.html
There are three forms of the GetSchema() method: GetSchema() - This call will return a list of available collections. GetSchema(String) - This call returns information about the collection named in the string parameter. GetSchema(String, String[]) - ... The GetSchema() method of the connection object can be used to retrieve schema information about the database currently connected ...
Displaying 501 to 510 of 1890 total results