Search



Search Results
Displaying 251 to 260 of 443 total results
https://dev.mysql.com/doc/connectors/en/connector-net-installation-windows.html
Before installing, ensure that your system is up to date, including installing the latest version of the .NET Framework or .NET Core. On Microsoft Windows, you can install either through a binary installation process using a Connector/NET MSI, ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-datetime-fractional.html
To use the more precise date and time types, specify a value from 1 to 6 when creating the table column, for example TIME(3) or DATETIME(6), representing the number of digits of precision after the decimal point. In your C# or Visual Basic code, ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-asp-provider-profile.html
The Profile Provider also enables profile data to be managed effectively, for example it enables profiles that have not been accessed since a specific date to be deleted. This tutorial shows you how to use the MySQL Profile Provider to store user ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming-vb.html
5.6.7.1.1 ADO: rs.addNew, rs.delete, and rs.update The following ADO (ActiveX Data Objects) example creates a table my_ado and demonstrates the use of rs.addNew, rs.delete, and rs.update. rs.Open "SELECT * FROM my_ado" rs!Name = "update" rs!txt = ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-windows.html
Before installing the Connector/ODBC drivers on Windows: Make sure your Microsoft Data Access Components (MDAC) are up to date. You can obtain the latest version from the Microsoft Data Access and Storage website. Make sure the Visual C++ ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-binary-yum.html
Make sure your Yum repository setup is up-to-date by running: $> su root $> yum update mysql-community-release You can then install Connector/ODBC by the following command: $> yum install mysql-connector-odbc See Installing Additional MySQL Products ... The MySQL Yum repository for Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora provides Connector/ODBC RPM packages using the MySQL Yum ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-datatypes.html
The following table illustrates how Connector/ODBC maps the server data types to default SQL and C data types.
https://dev.mysql.com/doc/connectors/en/connector-python-api-fieldtype.html
This class provides all supported MySQL field or data types. They can be useful when dealing with raw data or defining your own converters. The field type is stored with every cursor in the description for each column. The following example shows ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-description.html
Syntax: tuples = cursor.description This read-only property returns a list of tuples describing the columns in a result set. Each tuple in the list contains values as follows: (column_name, type, None, None, None, None, null_ok, column_flags) The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-windows.html
Before installing, ensure that your system is up to date, including installing the latest version of the .NET Framework or .NET Core. On Microsoft Windows, you can install either through a binary installation process using a Connector/NET MSI, ...
Displaying 251 to 260 of 443 total results