Search



Search Results
Displaying 741 to 750 of 1889 total results
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
The disadvantage of this approach is that additional work must be performed within your application to produce a data set that matches the one expected by your report. This XML file can then be used to design a report. This works quite well when ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-wordexcel.html
Within Microsoft Word, this facility is most useful when importing data for mailmerge, or for tables and data to be included in reports. This is equivalent to using a ORDER BY clause in your SQL query. This can be used for mail merge purposes (where ... You can use Microsoft Word and Microsoft Excel to access information from a MySQL database using ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-development.html
Caution This section is only for users who are interested in helping us test our new code. To check out the latest source code, visit GitHub: https://github.com/mysql/mysql-connector-odbc To clone the Git repository to your machine, use this ...To ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-start-transaction.html
MySQL ignores this for isolation levels for which that option does not apply. This differs from executing a START TRANSACTION SQL statement while a transaction is in progress; the statement implicitly commits the current transaction. It accepts ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlconnection-unread-results.html
This is used by cursors to check whether another cursor still needs to retrieve its result set. Do not set the value of this property, as only the connector should change the value. It is set to False if there is not an unread result, otherwise True.
https://dev.mysql.com/doc/connectors/en/connector-python-tutorial-cursorbuffered.html
(A buffered cursor fetches and buffers the rows of a result set after executing a query; see Section 6.9.6.1, “cursor.MySQLCursorBuffered Class”.) This way, it is unnecessary to fetch the rows in a new variables. Note This script is an example; ... The following example script gives a long-overdue 15% raise effective tomorrow to all employees who joined in the year 2000 and are still with the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-async-methods.html
The Task-based Asynchronous Pattern (TAP) is a pattern for asynchrony in the .NET Framework. It is based on the Task and Task<TResult> types in the System.Threading.Tasks namespace, which are used to represent arbitrary asynchronous operations. The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-charset.html
This section describes how to change the character set, collation, or both at the entity and entity-property level in an Entity Framework (EF) Core model. public class ComplexKey { public string Key1 { get; set; } public string Key2 { get; set; } ...Modifications made to the model affect the tables and columns generated from your ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-unix.html
In the current directory enter the gacutil command: #> gacutil /i MySql.Data.dll This will register MySql.Data into the GAC. You can check this by listing the contents of /usr/lib/mono/gac, where you will find MySql.Data if the registration has been ... There is no installer available for installing the MySQL Connector/NET component on your Unix ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-source.html
The disadvantage of this approach is that additional work must be performed within your application to produce a data set that matches the one expected by your report. This XML file can then be used to design a report. This works quite well when ...
Displaying 741 to 750 of 1889 total results