Search



Search Results
Displaying 1071 to 1080 of 2536 total results
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-vb-dao.html
Set rs = conn.OpenRecordset("my_dao") rs.Edit rs!Name = "updated-string" rs.Update rs.Close 'fetch the table back... The following DAO (Data Access Objects) example creates a table my_dao and demonstrates the use of rs.addNew, rs.update, and result ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-cext-use-unicode.html
Syntax: is_unicode = ccnx.use_unicode() # getter ccnx.use_unicode(bool) # setter With no argument, returns True or False to indicate whether the MySQL instance returns nonbinary strings as Unicode. With a boolean argument, sets whether the MySQL ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-sql-mode.html
To unset all modes, pass an empty string or an empty sequence. >>> cnx.sql_mode = 'TRADITIONAL,NO_ENGINE_SUBSTITUTION' >>> cnx.sql_mode.split(',') [u'STRICT_TRANS_TABLES', u'STRICT_ALL_TABLES', u'NO_ZERO_IN_DATE', u'NO_ZERO_DATE', ... This property ...
https://dev.mysql.com/doc/internals/en/a-mysql-client-logs-in.html
00 00 27 75 3e 6f 38 66 79 4e 00 ff f7 08 02 00 ..'u>o8fyN...... 00 00 00 00 00 00 00 00 00 00 00 00 00 57 4d 5d .............WM] 6a 7c 53 68 32 5c 59 2e 73 00 j|Sh2\Y.s. which responds with a handshake packet which contains the version, some flags ...
https://dev.mysql.com/doc/internals/en/bas-ext.html
Return Values Return value is a null-terminated string array of storage engine extensions. Purpose Defines the file extensions used by the storage engine. Synopsis virtual const char ** bas_ext ( ); ; Description This is the bas_ext method. It is ...
https://dev.mysql.com/doc/internals/en/binary-protocol-resultset-row.html
ProtocolBinary::ResultsetRow: row of a binary resultset (COM_STMT_EXECUTE) Payload 1 packet header [00] string[$len] NULL-bitmap, length: (column-count + 7 + 2) / 8 string[$len] values Example 09 00 00 04 00 00 06 66 6f 6f 62 61 72 . A Binary ...
https://dev.mysql.com/doc/internals/en/com-binlog-dump.html
Requests a binlog network stream from the master starting a given position. You can use SHOW BINARY LOGS to get the current logfile and position from the master. The master responds either with a binlog network stream a ERR_Packet or (if ...
https://dev.mysql.com/doc/internals/en/com-field-list.html
COM_FIELD_LIST: get the column definitions of a table Payload 1 [04] COM_FIELD_LIST string[NUL] table string[EOF] field wildcard Returns COM_FIELD_LIST response Implemented By mysql_list_fields() . Note As of MySQL 5.7.11, COM_FIELD_LIST is ...
https://dev.mysql.com/doc/internals/en/com-init-db.html
COM_INIT_DB: change the default schema of the connection Returns OK_Packet or ERR_Packet Payload 1 [02] COM_INIT_DB string[EOF] schema name Fields command (1) -- 0x02 COM_INIT_DB schema_name (string.EOF) -- name of the schema to change to Example ...
https://dev.mysql.com/doc/internals/en/com-statistics.html
Get a human readable string of internal statistics. COM_STATISTICS: get a list of active threads Todo. check description Returns string.EOF Payload 1 [09] COM_STATISTICS ...
Displaying 1071 to 1080 of 2536 total results