mSQL Functions
Table of Contents
- msql_affected_rows — Returns number of affected rows
- msql_close — Close mSQL connection
- msql_connect — Open mSQL connection
- msql_create_db — Create mSQL database
- msql_createdb — Alias of msql_create_db
- msql_data_seek — Move internal row pointer
- msql_db_query — Send mSQL query
- msql_dbname — Alias of msql_result
- msql_drop_db — Drop (delete) mSQL database
- msql_error — Returns error message of last msql call
- msql_fetch_array — Fetch row as array
- msql_fetch_field — Get field information
- msql_fetch_object — Fetch row as object
- msql_fetch_row — Get row as enumerated array
- msql_field_flags — Get field flags
- msql_field_len — Get field length
- msql_field_name — Get the name of the specified field in a result
- msql_field_seek — Set field offset
- msql_field_table — Get table name for field
- msql_field_type — Get field type
- msql_fieldflags — Alias of msql_field_flags
- msql_fieldlen — Alias of msql_field_len
- msql_fieldname — Alias of msql_field_name
- msql_fieldtable — Alias of msql_field_table
- msql_fieldtype — Alias of msql_field_type
- msql_free_result — Free result memory
- msql_list_dbs — List mSQL databases on server
- msql_list_fields — List result fields
- msql_list_tables — List tables in an mSQL database
- msql_num_fields — Get number of fields in result
- msql_num_rows — Get number of rows in result
- msql_numfields — Alias of msql_num_fields
- msql_numrows — Alias of msql_num_rows
- msql_pconnect — Open persistent mSQL connection
- msql_query — Send mSQL query
- msql_regcase — Alias of sql_regcase
- msql_result — Get result data
- msql_select_db — Select mSQL database
- msql_tablename — Alias of msql_result
- msql — Alias of msql_db_query
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 30/01/2003, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/php-rf-ref.msql.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.