Search Results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-content.html
It supports various features like SQL queries, indexing, transactions, and security, making it a popular choice for web applications, enterprise software, and mobile apps development.", "error": null, "license": "Your use of this Llama model is ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-embeddings.html
In case the routine fails to generate output for specific rows, details of the errors encountered and default values used are added for the rows in this additional column. This section describes how to generate vector embeddings using the ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-rag.html
In case the routine fails to generate output for specific rows, details of the errors encountered and default values used are added for the rows in the output column. The ML_RAG routine runs retrieval-augmented generation which aims to generate ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-chat.html
The HEATWAVE_CHAT routine automatically calls the ML_RAG routine which loads an LLM and runs a semantic search on the available vector stores by default. If the routine cannot find a vector store, then it calls the ML_GENERATE routine and uses ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-displaying.html
To display a report we first populate a data set with the data needed for the report, then load the report and bind it to the data set. Finally we pass the report to the crViewer control for display to the user. The following references are needed ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
A stored procedure is a set of SQL statements that is stored in the server. Clients make a single call to the stored procedure, passing parameters that can influence the procedure logic and query conditions, rather than issuing individual hardcoded ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-microsoft.html
If you still get the error Another user has changed your data after adding a TIMESTAMP column, the following trick may help you: Do not use a table data sheet view. Or you might run low on virtual memory and eventually get an ODBC Query Failed error ... The majority of Microsoft applications have been tested with Connector/ODBC, including Microsoft Office, Microsoft Access and the various programming languages supported within ASP and Microsoft Visual ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-displaying.html
To display a report we first populate a data set with the data needed for the report, then load the report and bind it to the data set. Finally we pass the report to the crViewer control for display to the user. The following references are needed ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-stored-proc.html
A stored procedure is a set of SQL statements that is stored in the server. Clients make a single call to the stored procedure, passing parameters that can influence the procedure logic and query conditions, rather than issuing individual hardcoded ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql-custom-listeners.html
This value is defined by the MySqlTraceEventType public enum contained in the Connector/NET code: public enum MySqlTraceEventType : int { ConnectionOpened = 1, ConnectionClosed, QueryOpened, ResultOpened, ResultClosed, QueryClosed, ... To build ...