Search



Search Results
Displaying 891 to 900 of 2113 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-ado.html
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 = "updated-second-time" rs.Update rs.Close 'rs delete ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-dao.html
The following DAO (Data Access Objects) example creates a table my_dao and demonstrates the use of rs.addNew, rs.update, and result set scrolling. Set rs = conn.OpenRecordset("my_dao") rs.Edit rs!Name = "updated-string" rs.Update rs.Close 'fetch ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-coldfusion.html
Before the MySQL driver appears in the ODBC data sources drop-down list, build and copy the Connector/ODBC driver to /opt/coldfusion/lib/libmyodbc.so. For more information and guides on using ColdFusion and Connector/ODBC, see the following external ... The following information is taken from the ColdFusion documentation: Use the following information to configure ColdFusion Server for Linux to use the unixODBC driver with Connector/ODBC for MySQL data ...
https://dev.mysql.com/doc/connector-python/en/connector-python-multi.html
Connector/Python can execute either a single or multiple statements, this section references multiple statement and associated delimiter support. Note Before Connector/Python 9.2.0, the multi option was required to execute multiple statements. with ...
https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
Event Class Overview Event::addEventColumn() Event::addEventColumns() Event::addTableEvent() Event Constructor Event::EventDurability Event::EventReport Event::getDurability() Event::getEventColumn() Event::getName() Event::getNoOfEventColumns() ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Returning a session to the pool drops session-related objects such as temporary tables, session variables, and transactions, but the connection remains open and authenticated so that reauthentication is not required when the session is reused.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
Explicit loading is an object-relational mapper (O/RM) pattern introduced in EF Core 1.1.0, which enables .NET developers to explicitly load related data from the database at a later time. For example: SessionConfigManager.Save( "mysess", "{ ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-ui-settings-data-purge-ref.html
To purge data, change this setting by choosing from the drop-down list. Notes for setting purge behavior: Purging can be carried out manually by enabling innodb_file_per_table for the repository database and using an OPTIMIZE TABLE operation to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-update-vector-store.html
To specify vector store table to update, set the @dl_tables variable: mysql> SET @dl_tables = '[ { "db_name": "DBName", "tables": [ { "table_name": "VectorStoreTableName" }] } ]'; Replace the following: DBName: the name of database that contains the ... To keep up with the changes and updates in the documents in your Object Storage, you must update the vector embeddings loaded in the vector store table on a regular ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-limitations-all.html
Running ALTER TABLE statements that construct indexes, ADD or DROP columns, or add enforced check constraints. To export DB System data from a Lakehouse enabled database, exclude the external tables with an excludeTables option. MySQL HeatWave ...
Displaying 891 to 900 of 2113 total results