Changes for page 01 Lua Functions
Last modified by Devin Chen on 2025/10/30 22:36
From version 4.1
edited by Devin Chen
on 2025/10/30 22:36
on 2025/10/30 22:36
Change comment:
There is no comment for this version
To version 2.1
edited by Devin Chen
on 2025/09/24 15:34
on 2025/09/24 15:34
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1780,18 +1780,16 @@ 1780 1780 end 1781 1781 {{/code}} 1782 1782 1783 -= **11 MySQL database operation** = 1783 += **11 MySQL database operation** = 1784 1784 1785 -{{info}} 1786 -Note: E series V-box with E02 firmware doesn't support 1787 -{{/info}} 1788 - 1789 1789 == **luaMySql.init(string sourcename, string username, string password, string host, number port, string character)** == 1790 1790 1787 + 1791 1791 **Function:** Configure database connection parameters 1792 1792 1793 1793 **Parameters:** 1794 1794 1792 + 1795 1795 sourcename: Database name 1796 1796 1797 1797 username: Connection username ... ... @@ -1816,6 +1816,7 @@ 1816 1816 1817 1817 **Parameters:** 1818 1818 1817 + 1819 1819 statement: The given SQL statement 1820 1820 1821 1821 **Returns:** ... ... @@ -1830,6 +1830,7 @@ 1830 1830 1831 1831 **Parameters:** 1832 1832 1832 + 1833 1833 statement: The given SQL statement 1834 1834 1835 1835 **Returns:**